Skip to content

Commit 2e6aa73

Browse files
committed
chore: update dependencies, bump version to 0.0.30, and add testPathIgnorePatterns in Jest config
1 parent 4b1d32f commit 2e6aa73

File tree

3 files changed

+420
-34
lines changed

3 files changed

+420
-34
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ export default {
1313
},
1414
],
1515
},
16+
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
1617
};

0 commit comments

Comments
 (0)