mirror of https://github.com/actions/toolkit
Adding force exit
parent
9437454416
commit
035a7bbf6e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue