Skip to content

Commit

Permalink
chore: silence warnings when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Feb 26, 2024
1 parent 2acf9b1 commit 8e9b4bc
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 @@ -39,7 +39,7 @@
"lint": "eslint . --ext ts,tsx",
"lint:fix": "eslint . --fix --ext ts,tsx",
"prepublishOnly": "npm run build",
"test": "mocha",
"test": "NODE_NO_WARNINGS=1 mocha",
"test:watch": "npm test -- --watch"
},
"devDependencies": {
Expand Down

0 comments on commit 8e9b4bc

Please sign in to comment.