We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c84a4 commit 04d6c4eCopy full SHA for 04d6c4e
packages/cubejs-firebolt-driver/package.json
@@ -23,7 +23,7 @@
23
"watch": "tsc -w",
24
"test": "yarn integration",
25
"integration": "npm run integration:firebolt",
26
- "integration:firebolt": "jest --verbose dist/test",
+ "integration:firebolt": "jest --verbose dist/test --runInBand",
27
"lint": "eslint src/* --ext .ts",
28
"lint:fix": "eslint --fix src/* --ext .ts"
29
},
0 commit comments