We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7722641 commit 045a784Copy full SHA for 045a784
packages/sdk/browser/jest.config.js
@@ -6,5 +6,6 @@ export default {
6
transform: {
7
'^.+\\.tsx?$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.json' }],
8
},
9
- testPathIgnorePatterns: ['./dist'],
+ testPathIgnorePatterns: ['./dist', './src'],
10
+ testMatch: ["**.test.ts"]
11
};
0 commit comments