|
|
@@ -16,6 +16,9 @@ export default defineConfig({
|
|
|
typecheck: {
|
|
|
tsconfig: path.join(__dirname, 'tsconfig.e2e.json'),
|
|
|
},
|
|
|
+ // In jobs-queue.e2e-spec.ts, we use `it.only()` for sqljs, so we need this
|
|
|
+ // set to true to avoid failures in CI.
|
|
|
+ allowOnly: true,
|
|
|
},
|
|
|
plugins: [
|
|
|
// SWC required to support decorators used in test plugins
|