created(tests) created tests for person route

This commit is contained in:
Yusuf İpek
2021-07-25 09:39:38 +03:00
parent 2de9d3594a
commit f163269b9e
7 changed files with 359 additions and 14 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
"supertest": "^6.1.4"
},
"scripts": {
"test": "jest --watchAll --verbose --coverage"
"test": "jest --watchAll --verbose --runInBand --coverage"
}
}