suppress error logging by providing NODE_ENV=test, relates to #78

This commit is contained in:
Konstantin Pogorelov
2021-02-19 12:42:27 +01:00
parent bef92b77e1
commit 62abb62772
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
],
"types": "types",
"scripts": {
"test": "node_modules/jasme/run.js",
"test": "NODE_ENV=test node_modules/jasme/run.js",
"lint": "eslint src",
"coverage": "make coverage",
"dtslint": "dtslint types",