mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Added jest
This commit is contained in:
+9
-2
@@ -20,11 +20,18 @@
|
||||
"start": "node ./dist/server.js",
|
||||
"dev": "npm run build && NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node ./dist/server.js",
|
||||
"build": "tsc && bash -c './scripts/postBuild.sh'",
|
||||
"export": "tsc && bash -c './scripts/postBuild.sh'"
|
||||
"export": "tsc && bash -c './scripts/postBuild.sh'",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.23",
|
||||
"@typescript-eslint/eslint-plugin": "^4.8.1",
|
||||
"@typescript-eslint/parser": "^4.22.0",
|
||||
"eslint": "^7.14.0"
|
||||
"eslint": "^7.14.0",
|
||||
"jest": "^26.6.3",
|
||||
"ts-jest": "^26.5.5"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "ts-jest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user