We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bff363 commit 5393e99Copy full SHA for 5393e99
jest.config.js
@@ -0,0 +1,9 @@
1
+module.exports = {
2
+ coverageProvider: 'v8',
3
+ testEnvironment: 'jsdom',
4
+ testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/dist/'],
5
+ transform: {
6
+ '^.+\\.(ts|tsx)$': '@swc/jest',
7
+ '^.+\\.(js|jsx)$': '@swc/jest',
8
+ },
9
+};
0 commit comments