Fix: exclude android repo from tests, increase timeout

This commit is contained in:
Pieter Vander Vennet 2025-06-18 21:36:26 +02:00
parent 833704e25d
commit 94c61744c0

View file

@ -7,7 +7,9 @@ export default defineConfig({
globals: true,
maxThreads: 16,
minThreads: 1,
testTimeout: 15000,
setupFiles: ["./test/testhooks.ts"],
exclude: ["android/*"],
include: ["./test/*.spec.ts", "./test/**/*.spec.ts", "./*.doctest.ts", "./**/*.doctest.ts"],
},
})