Skip to content

Commit 9ab8c76

Browse files
committed
fix: fix tests
1 parent 369f8d5 commit 9ab8c76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/wc/jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ module.exports = {
66
displayName: 'wc',
77
roots: [__dirname],
88
testMatch: ['**/*.spec.ts'],
9+
module: 'NodeNext',
10+
moduleResolution: 'NodeNext',
11+
target: 'ES2022',
12+
types: ['jest', 'node'],
913
testEnvironment: 'jsdom',
1014
coverageDirectory: path.resolve(__dirname, '../../coverage/wc'),
1115
collectCoverageFrom: ['!<rootDir>/projects/wc/**/*.spec.ts'],

0 commit comments

Comments
 (0)