mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2025-06-16 20:31:29 -07:00
two tests
This commit is contained in:
parent
f2975db70f
commit
37590f21fb
2 changed files with 51 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "Makes Fox Faces",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "mocha"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -21,9 +21,12 @@
|
|||
"chance": "^1.0.4",
|
||||
"express": "^4.14.0",
|
||||
"express-cluster": "0.0.4",
|
||||
"mocha": "^3.4.2",
|
||||
"newrelic": "^1.35.1",
|
||||
"node-gyp": "^3.4.0",
|
||||
"sanitize-filename": "^1.6.1",
|
||||
"sharp": "^0.18.1",
|
||||
"supertest": "^3.0.0",
|
||||
"uuid": "^3.0.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue