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 29cd72a commit 2f730abCopy full SHA for 2f730ab
jest.config.js
@@ -2,7 +2,7 @@ module.exports = {
2
transform: { '^.+\\.ts?$': 'ts-jest' },
3
testMatch: ['**/__tests__/**/*test.ts?(x)'],
4
testEnvironment: 'node',
5
- moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node', 'json'],
+ moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
6
collectCoverageFrom: [
7
'packages/sdk/server-node/src/**/*.ts',
8
'packages/shared/common/src/**/*.ts',
0 commit comments