1
0
Fork 0

Adding force exit

pull/1372/head
Vallie Joseph 2023-03-14 04:20:38 +00:00
parent 9437454416
commit 035a7bbf6e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"lint": "eslint packages/**/*.ts",
"lint-fix": "eslint packages/**/*.ts --fix",
"new-package": "scripts/create-package",
"test": "jest --testTimeout 10000 --detectOpenHandles"
"test": "jest --testTimeout 10000 --forceExit"
},
"devDependencies": {
"@types/jest": "^27.0.2",