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 fdd6331 commit b4e0aa4Copy full SHA for b4e0aa4
packages/sdk/browser/jest.config.js
@@ -7,5 +7,5 @@ export default {
7
'^.+\\.tsx?$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.json' }],
8
},
9
testPathIgnorePatterns: ['./dist', './src'],
10
- testMatch: ['**.test.ts']
+ testMatch: ['**.test.ts'],
11
};
0 commit comments