mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 20:52:42 +01:00
see parent
This commit is contained in:
parent
5175557809
commit
3905c51b35
@ -5,7 +5,7 @@
|
||||
"main": "dist/Server.js",
|
||||
"types": "dist/Server.d.ts",
|
||||
"scripts": {
|
||||
"test": "npm run build && jest --coverage --verbose ./tests",
|
||||
"test": "npm run build && jest --coverage --verbose --forceExit ./tests",
|
||||
"test:watch": "jest --watch",
|
||||
"start": "npm run build && node dist/start",
|
||||
"build": "npx tsc -b .",
|
||||
@ -86,9 +86,9 @@
|
||||
},
|
||||
"jest": {
|
||||
"setupFiles": [
|
||||
"<rootDir>/jest/setup.js",
|
||||
"<rootDir>/scripts/setup_test.js"
|
||||
"<rootDir>/jest/setup.js"
|
||||
],
|
||||
"globalSetup": "<rootDir>/scripts/globalSetup.js",
|
||||
"verbose": true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user