Skip to content

Commit 045a784

Browse files
committed
Allow shared test code.
1 parent 7722641 commit 045a784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/sdk/browser/jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export default {
66
transform: {
77
'^.+\\.tsx?$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.json' }],
88
},
9-
testPathIgnorePatterns: ['./dist'],
9+
testPathIgnorePatterns: ['./dist', './src'],
10+
testMatch: ["**.test.ts"]
1011
};

0 commit comments

Comments
 (0)