Skip to content

Commit 46fa456

Browse files
authored
Update package.json
1 parent a549678 commit 46fa456

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
@@ -18,7 +18,7 @@
1818
"lint:fix": "eslint src/ tests/ --fix",
1919
"test:unit": "jest tests/unit",
2020
"test:e2e": "jest tests/e2e --coverage=false",
21-
"test": "jest",
21+
"test": "jest --no-sandbox",
2222
"start:dev": "webpack serve --config webpack.config.js --env dev",
2323
"start:staging": "webpack serve --config webpack.config.js --env staging",
2424
"start": "webpack serve --config webpack.config.js --env prod",

0 commit comments

Comments
 (0)