Skip to content

Commit

Permalink
fix(jest): Fix jest script on windows (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedziolkaMichal authored Jun 9, 2023
1 parent 9d818f0 commit ceb3658
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"lint:fix": "eslint --ignore-path .prettierignore --fix .",
"fix": "npm run format:fix && npm run lint:fix",
"test": "npm run prepack && npm run format && npm run lint && npm run jest",
"jest": "JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs NODE_OPTIONS=--experimental-vm-modules jest",
"jest": "cross-env JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs NODE_OPTIONS=--experimental-vm-modules jest",
"perf": "bundlesize",
"webpack": "webpack",
"prepare": "husky install"
Expand All @@ -87,6 +87,7 @@
"@swc/core": "^1.3.38",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"bundlesize": "0.18.1",
"cross-env": "^7.0.3",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
Expand Down

0 comments on commit ceb3658

Please sign in to comment.