Install jest.

pull/25/head
Pontus Persson 2017-12-08 08:15:30 +01:00 committed by Pontus Alexander
parent 2b06e8ee34
commit 47246c19c9
2 changed files with 3256 additions and 3 deletions

3254
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"repository": {
"type": "git",
@ -16,5 +16,8 @@
"license": "MIT",
"dependencies": {
"ws": "^3.3.2"
},
"devDependencies": {
"jest": "^21.2.1"
}
}