Skip to content

Commit 6da873c

Browse files
BraedenKilburnBraeden Kilburn
and
Braeden Kilburn
authored
🐛 Fix Snapshot Tests for ICS Links (#600)
* 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]>
1 parent 40ad83d commit 6da873c

File tree

3 files changed

+116
-103
lines changed

3 files changed

+116
-103
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ module.exports = {
22
preset: "ts-jest",
33
globalSetup: "./jest-global-setup.js",
44
testEnvironment: "node",
5+
watchPathIgnorePatterns: ['node_modules'],
56
};

0 commit comments

Comments
 (0)