Adding a simple placeholder test
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"devel": "nodemon server.ts",
|
||||
"test": "jest"
|
||||
"test": "jest --coverage --watch"
|
||||
},
|
||||
"author": "Domenico Testa",
|
||||
"license": "MIT",
|
||||
@@ -36,4 +36,4 @@
|
||||
"jest": "^26.6.3",
|
||||
"nodemon": "^2.0.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user