Skip to content

Commit f144415

Browse files
test(package): set jest env to jsdom for test:integration script
1 parent 6a8ec1a commit f144415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
2020
"test:ci": "npm test -- --ci",
2121
"test:module": "node --experimental-modules test/module/index.mjs",
22-
"test:integration": "npm run build && jest test/integration/",
22+
"test:integration": "npm run build && jest --env=jsdom test/integration/",
2323
"test:watch": "npm test -- --watch"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)