1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 16:19:31 +00:00

Added jest testing framework

This commit is contained in:
2022-01-20 16:55:11 +00:00
parent 0fa2310f39
commit 58350e032f
5 changed files with 6797 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"repository": {
"type": "git",
@@ -21,6 +21,8 @@
"mysql2": "^2.3.3"
},
"devDependencies": {
"eslint": "^8.6.0"
"eslint": "^8.6.0",
"eslint-plugin-jest": "^25.7.0",
"jest": "^27.4.7"
}
}