re-adding jest, making the CI happy again

This commit is contained in:
Michael Straßburger 2020-02-19 10:23:55 +01:00
parent 223bb9b644
commit 7103ecc0b7
2 changed files with 4628 additions and 121 deletions

4742
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,8 @@
"main": "main.js",
"scripts": {
"lint": "eslint src",
"start": "node main"
"start": "node main",
"test": "jest"
},
"repository": {
"type": "git",
@ -44,6 +45,8 @@
"x256": "0.0.2"
},
"devDependencies": {
"eslint": "^6.8.0"
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.7.0",
"jest": "^25.1.0"
}
}