mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update vitest.e2e.config.mts
This commit is contained in:
@@ -12,13 +12,16 @@ export default defineConfig({
|
||||
},
|
||||
environment: "./e2e-test/vitest-environment-knex.ts",
|
||||
include: ["./e2e-test/**/*.spec.ts"],
|
||||
pool: "threads",
|
||||
poolOptions: {
|
||||
threads: {
|
||||
singleThread: true,
|
||||
useAtomics: true,
|
||||
isolate: false
|
||||
minThreads: 1,
|
||||
maxThreads: 1,
|
||||
singleThread: true
|
||||
}
|
||||
},
|
||||
fileParallelism: false,
|
||||
|
||||
alias: {
|
||||
"./license-fns": path.resolve(__dirname, "./src/ee/services/license/__mocks__/license-fns")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user