Skip to content

Commit

Permalink
🐛 Fix Snapshot Tests for ICS Links (#600)
Browse files Browse the repository at this point in the history
* test: update ics link snapshots and wrap tests in appropriate describe block

* fix: test-watch works and runs immediately

* revert: dont watchAll, just use watch

---------

Co-authored-by: Braeden Kilburn <[email protected]>
  • Loading branch information
BraedenKilburn and Braeden Kilburn authored Jul 31, 2024
1 parent 40ad83d commit 6da873c
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 103 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ module.exports = {
preset: "ts-jest",
globalSetup: "./jest-global-setup.js",
testEnvironment: "node",
watchPathIgnorePatterns: ['node_modules'],
};
Loading

0 comments on commit 6da873c

Please sign in to comment.