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.
test:integration
1 parent 6a8ec1a commit f144415Copy full SHA for f144415
package.json
@@ -19,7 +19,7 @@
19
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
20
"test:ci": "npm test -- --ci",
21
"test:module": "node --experimental-modules test/module/index.mjs",
22
- "test:integration": "npm run build && jest test/integration/",
+ "test:integration": "npm run build && jest --env=jsdom test/integration/",
23
"test:watch": "npm test -- --watch"
24
},
25
"repository": {
0 commit comments