forked from MapComplete/MapComplete
Fix: exclude android repo from tests, increase timeout
This commit is contained in:
parent
833704e25d
commit
94c61744c0
1 changed files with 2 additions and 0 deletions
|
@ -7,7 +7,9 @@ export default defineConfig({
|
||||||
globals: true,
|
globals: true,
|
||||||
maxThreads: 16,
|
maxThreads: 16,
|
||||||
minThreads: 1,
|
minThreads: 1,
|
||||||
|
testTimeout: 15000,
|
||||||
setupFiles: ["./test/testhooks.ts"],
|
setupFiles: ["./test/testhooks.ts"],
|
||||||
|
exclude: ["android/*"],
|
||||||
include: ["./test/*.spec.ts", "./test/**/*.spec.ts", "./*.doctest.ts", "./**/*.doctest.ts"],
|
include: ["./test/*.spec.ts", "./test/**/*.spec.ts", "./*.doctest.ts", "./**/*.doctest.ts"],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue