Skip to content

Commit

Permalink
test: force exit tests execution for webpack 4
Browse files Browse the repository at this point in the history
  • Loading branch information
freddy38510 committed May 26, 2023
1 parent 6b486a9 commit 8223fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pretest": "tsc",
"test": "jest",
"pretest:webpack4": "tsc",
"test:webpack4": "WEBPACK4=true jest",
"test:webpack4": "WEBPACK4=true jest --forceExit",
"dev-example": "node example/devServer.js --config example/webpack.config.js --inline --hot",
"build-example": "rm -rf example/dist && webpack --config example/webpack.config.js --env.prod",
"build-example-ssr": "rm -rf example/dist-ssr && webpack --config example/webpack.config.js --env.prod --env.ssr && node example/ssr.js",
Expand Down

0 comments on commit 8223fa5

Please sign in to comment.