This commit is contained in:
Alex 2020-07-12 17:53:39 -05:00
parent 980161af4c
commit aeb04580e0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"jest": "^26.1.0"
},
"scripts": {
"test": "jest",
"test": "jest --passWithNoTests",
"start": "node ./src/index.js"
},
"repository": {