Skip to content

Commit 8e9b4bc

Browse files
committed
chore: silence warnings when running tests
1 parent 2acf9b1 commit 8e9b4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"lint": "eslint . --ext ts,tsx",
4040
"lint:fix": "eslint . --fix --ext ts,tsx",
4141
"prepublishOnly": "npm run build",
42-
"test": "mocha",
42+
"test": "NODE_NO_WARNINGS=1 mocha",
4343
"test:watch": "npm test -- --watch"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)