bun seems to be broken/extremly slow in bun mode when running the tests, so swapping to deno to try that
This commit is contained in:
parent
3ef8940137
commit
2362291e90
5 changed files with 4843 additions and 22 deletions
|
@ -18,9 +18,9 @@ export default defineConfig({
|
|||
test: {
|
||||
environment: 'jsdom',
|
||||
coverage: {
|
||||
reporter: ['lcov', 'text-summary', 'text'],
|
||||
provider: 'istanbul',
|
||||
reportsDirectory: './.coverage',
|
||||
all: false
|
||||
all: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue