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

@@ -1,7 +1,7 @@
.PHONY: coverage
test:
./node_modules/jasme/run.js
npm test
lint:
node_modules/eslint/bin/eslint.js src
node_modules/.bin/dtslint types