Skip to content

Commit b4e0aa4

Browse files
committed
Revert another merge change.
1 parent fdd6331 commit b4e0aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/browser/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export default {
77
'^.+\\.tsx?$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.json' }],
88
},
99
testPathIgnorePatterns: ['./dist', './src'],
10-
testMatch: ['**.test.ts']
10+
testMatch: ['**.test.ts'],
1111
};

0 commit comments

Comments
 (0)