Rename test name

This commit is contained in:
Peter Maquiran
2021-07-11 07:36:41 +01:00
parent 64a17b7283
commit 19f307d96d
4 changed files with 4 additions and 7 deletions
+1 -2
View File
@@ -7,11 +7,10 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"nice": "node server.js",
"jest": "jest --runInBand"
"test": "jest --detectOpenHandles --runInBand"
},
"private": true,
"dependencies": {