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 d13b8e4 commit fdd6331Copy full SHA for fdd6331
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