Skip to content

Commit 904bb74

Browse files
committed
fix running tests
1 parent 0a94469 commit 904bb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-firebolt-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"watch": "tsc -w",
2424
"test": "yarn integration",
2525
"integration": "npm run integration:firebolt",
26-
"integration:firebolt": "jest --verbose dist/test",
26+
"integration:firebolt": "jest --verbose dist/test --runInBand",
2727
"lint": "eslint src/* --ext .ts",
2828
"lint:fix": "eslint --fix src/* --ext .ts"
2929
},

0 commit comments

Comments
 (0)