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.
fileParallelism: false
1 parent 51b476a commit f3503ceCopy full SHA for f3503ce
vite.config.ts
@@ -40,6 +40,7 @@ export default defineConfig(({ mode }) => {
40
environment: "jsdom",
41
setupFiles: "./src/setup-tests.js",
42
exclude: ["node_modules", "cypress", "dist"],
43
+ fileParallelism: false, // #1666: Run tests sequentially to avoid race conditions with shared database.json file.
44
},
45
};
46
});
0 commit comments