updated README
This commit is contained in:
parent
23b7627246
commit
273da2a762
@ -9,3 +9,5 @@ The API is documented using the Open API Specification 3.0.2 and hosted together
|
|||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
Testing is done with mocha and can be executed using `npm test`.
|
Testing is done with mocha and can be executed using `npm test`.
|
||||||
|
|
||||||
|
test!
|
||||||
|
947
package-lock.json
generated
947
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -17,6 +17,7 @@
|
|||||||
"cfenv": "^1.2.2",
|
"cfenv": "^1.2.2",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"mongoose": "^5.8.7",
|
"mongoose": "^5.8.7",
|
||||||
|
"nodemon": "^2.0.3",
|
||||||
"swagger-ui-express": "^4.1.2",
|
"swagger-ui-express": "^4.1.2",
|
||||||
"tslint": "^5.20.1",
|
"tslint": "^5.20.1",
|
||||||
"typescript": "^3.7.4",
|
"typescript": "^3.7.4",
|
||||||
@ -24,7 +25,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^7.0.0",
|
"mocha": "^7.0.0",
|
||||||
"nodemon": "^2.0.2",
|
|
||||||
"should": "^13.2.3",
|
"should": "^13.2.3",
|
||||||
"supertest": "^4.0.2"
|
"supertest": "^4.0.2"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user