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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user