re-adding jest, making the CI happy again

pull/82/head
Michael Straßburger 2020-02-19 10:23:55 +01:00
rodzic 223bb9b644
commit 7103ecc0b7
2 zmienionych plików z 4628 dodań i 121 usunięć

4742
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

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