Add Jest as a development dependency for unit tests

pull/47/head
Christian Paul 2018-10-18 00:45:47 -07:00
rodzic 24737f3db9
commit 23d5b4db16
2 zmienionych plików z 5053 dodań i 5 usunięć

5053
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"start": "node main",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"repository": {
"type": "git",
@ -44,6 +44,7 @@
"x256": "0.0.2"
},
"devDependencies": {
"eslint": "^5.7.0"
"eslint": "^5.7.0",
"jest": "^23.6.0"
}
}