mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
core: add retry if a test fails
This commit is contained in:
@@ -27,6 +27,7 @@ export default defineConfig({
|
||||
coverage: {
|
||||
reporter: ["text", "html"]
|
||||
},
|
||||
retry: 1,
|
||||
exclude: ["__benches__/**/*.bench.ts"],
|
||||
include: [
|
||||
...(IS_E2E ? ["__e2e__/**/*.test.{js,ts}"] : []),
|
||||
|
||||
Reference in New Issue
Block a user