Skip to content

Commit 7be408d

Browse files
committed
Cleanup
1 parent 58a57a6 commit 7be408d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/autocomplete-client/jest.config.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,12 @@ export default {
3434
projects: [
3535
{
3636
...baseConfig,
37-
// globals: {
38-
// 'ts-jest': { tsconfig: 'tsconfig.test.json' },
39-
// fetch: globalThis.fetch,
40-
// },
41-
// preset: 'ts-jest',
4237
displayName: 'dom',
43-
// testPathIgnorePatterns: [...ignoreFiles],
44-
// coveragePathIgnorePatterns: ['<rootDir>(/.*)*/assets/'],
4538
},
4639
{
4740
...baseConfig,
48-
// globals: {
49-
// 'ts-jest': { tsconfig: 'tsconfig.test.json' },
50-
// fetch: globalThis.fetch,
51-
// },
52-
// preset: 'ts-jest',
5341
displayName: 'node',
5442
testEnvironment: 'node',
55-
// coveragePathIgnorePatterns: ['<rootDir>(/.*)*/assets/'],
56-
// testPathIgnorePatterns: ['<rootDir>(/.*)*/assets', 'test.utils'],
5743
},
5844
],
5945
}

0 commit comments

Comments
 (0)