mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-03-05 16:00:22 +00:00
add snapshot tests for invites endpoint
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"test": "jest",
|
||||
"start": "node index.js",
|
||||
"snyk-protect": "snyk protect",
|
||||
"prepublish": "npm run snyk-protect"
|
||||
@@ -38,5 +38,10 @@
|
||||
"validator": "^3.27.0",
|
||||
"snyk": "^1.38.1"
|
||||
},
|
||||
"snyk": true
|
||||
"snyk": true,
|
||||
"devDependencies": {
|
||||
"jest": "^20.0.4",
|
||||
"superagent-mocker": "maxkoryukov/superagent-mocker#feature/mock-field-method",
|
||||
"supertest": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user