Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Jan 28, 2025
1 parent 2108e53 commit 3f74d3e
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 @@
"scripts": {
"clean": "rm -rf ./test/dist",
"test": "npm run clean && npm run jest",
"jest": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --verbose --runInBand"
"jest": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest -u --runInBand"
},
"keywords": [
"build"
Expand Down

0 comments on commit 3f74d3e

Please sign in to comment.