see parent
This commit is contained in:
parent
26be2f9a1d
commit
5618e748b4
@ -5,7 +5,7 @@
|
|||||||
"main": "dist/Server.js",
|
"main": "dist/Server.js",
|
||||||
"types": "dist/Server.d.ts",
|
"types": "dist/Server.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run build && jest --coverage --verbose ./tests",
|
"test": "npm run build && jest --coverage --verbose --forceExit ./tests",
|
||||||
"test:watch": "jest --watch",
|
"test:watch": "jest --watch",
|
||||||
"start": "npm run build && node dist/start",
|
"start": "npm run build && node dist/start",
|
||||||
"build": "npx tsc -b .",
|
"build": "npx tsc -b .",
|
||||||
@ -86,9 +86,9 @@
|
|||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"setupFiles": [
|
"setupFiles": [
|
||||||
"<rootDir>/jest/setup.js",
|
"<rootDir>/jest/setup.js"
|
||||||
"<rootDir>/scripts/setup_test.js"
|
|
||||||
],
|
],
|
||||||
|
"globalSetup": "<rootDir>/scripts/globalSetup.js",
|
||||||
"verbose": true
|
"verbose": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user