Skip to content

Commit 8bcb9a6

Browse files
committed
ci: Use of --forceExit on api tests due to Stranger6667/css-inline#370
1 parent c095e92 commit 8bcb9a6

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

common/config/rush/browser-approved-packages.json

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
"name": "@ckpack/vue-color",
1111
"allowedCategories": [ "core", "lib" ]
1212
},
13-
{
14-
"name": "@css-inline/css-inline-linux-x64-gnu",
15-
"allowedCategories": [ "core" ]
16-
},
1713
{
1814
"name": "@ctrl/tinycolor",
1915
"allowedCategories": [ "lib" ]

packages/core/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"types": "dist/index.d.ts",
1010
"scripts": {
1111
"build": "gulp clean && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && gulp copyAssets",
12-
"test": "jest",
12+
"test": "jest --forceExit",
1313
"lint": "eslint -c .eslintrc.cjs \"src/**/*.ts\" --fix",
1414
"format": "prettier src --write",
1515
"prettier": "prettier src --check",

packages/core/api/src/testing/mongoose-test.utils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ export const closeInMongodConnections = async () => {
2626
await value.stop();
2727
}
2828
await disconnect();
29-
debugger;
3029
};

0 commit comments

Comments
 (0)