Skip to content

Commit

Permalink
chore: add --debug to jest
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Oct 17, 2024
1 parent 3258dbb commit 9df4c63
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 @@ -11,7 +11,7 @@
"lint": "npx eslint . -c .eslintrc.json",
"build": "./build.js",
"build:watch": "npm run package -- --watch",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --debug",
"all": "npm run format:write && npm run lint && npm run test && npm run build",
"clean": "rm dist/*"
},
Expand Down

0 comments on commit 9df4c63

Please sign in to comment.