File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
packages/autocomplete-client Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments