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 40b1f39 commit 4e8cd97Copy full SHA for 4e8cd97
jest.config.js
@@ -1,4 +1,9 @@
1
module.exports = {
2
setupFiles: ['<rootDir>/setupTests.js'],
3
testPathIgnorePatterns: ['<rootDir>/src/'],
4
+ collectCoverage: true,
5
+ testEnvironment: 'node',
6
+ transformIgnorePatterns: [
7
+ 'node_modules/'
8
+ ]
9
};
package.json
@@ -54,13 +54,6 @@
54
"check:types": "tsc --noEmit",
55
"test:vercel-nft": "node scripts/test-vercel-nft.js"
56
},
57
- "jest": {
58
- "collectCoverage": true,
59
- "testEnvironment": "node",
60
- "testPathIgnorePatterns": [
61
- "<rootDir>/src"
62
- ]
63
- },
64
"volta": {
65
"node": "20.10.0",
66
"yarn": "1.22.19"
0 commit comments