Adding force exit

This commit is contained in:
Vallie Joseph 2023-03-14 04:20:38 +00:00
parent 9437454416
commit 035a7bbf6e

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",