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 a549678 commit 46fa456Copy full SHA for 46fa456
package.json
@@ -18,7 +18,7 @@
18
"lint:fix": "eslint src/ tests/ --fix",
19
"test:unit": "jest tests/unit",
20
"test:e2e": "jest tests/e2e --coverage=false",
21
- "test": "jest",
+ "test": "jest --no-sandbox",
22
"start:dev": "webpack serve --config webpack.config.js --env dev",
23
"start:staging": "webpack serve --config webpack.config.js --env staging",
24
"start": "webpack serve --config webpack.config.js --env prod",
0 commit comments