fix tests

This commit is contained in:
Klemek
2021-03-30 12:48:04 +02:00
parent 0f5e40c9ff
commit 5e817cc296
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
},
"scripts": {
"start": "node src/server.js",
"test": "jest --silent",
"test": "jest --silent -i",
"install": "node src/postinstall.js"
},
"repository": {