Skip to content

Commit

Permalink
chore: Fix tests in Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadowastaken committed Jul 12, 2023
1 parent ed9dd1f commit 9350517
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"lint": "prettier . --check",
"prepare": "husky install",
"release": "npx --yes np --test-script checks",
"tdd": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
"tdd": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --watch",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
Expand All @@ -30,6 +30,7 @@
"devDependencies": {
"@types/jest": "29.5.3",
"@umidbekk/configs": "0.3.0",
"cross-env": "^7.0.3",
"husky": "8.0.3",
"jest": "29.6.1",
"lint-staged": "13.2.3",
Expand Down

0 comments on commit 9350517

Please sign in to comment.