We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369f8d5 commit 9ab8c76Copy full SHA for 9ab8c76
projects/wc/jest.config.js
@@ -6,6 +6,10 @@ module.exports = {
6
displayName: 'wc',
7
roots: [__dirname],
8
testMatch: ['**/*.spec.ts'],
9
+ module: 'NodeNext',
10
+ moduleResolution: 'NodeNext',
11
+ target: 'ES2022',
12
+ types: ['jest', 'node'],
13
testEnvironment: 'jsdom',
14
coverageDirectory: path.resolve(__dirname, '../../coverage/wc'),
15
collectCoverageFrom: ['!<rootDir>/projects/wc/**/*.spec.ts'],
0 commit comments