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:
Chris Kruining 2025-02-19 17:21:50 +11:00
parent 3ef8940137
commit 2362291e90
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
5 changed files with 4843 additions and 22 deletions

View file

@ -18,9 +18,9 @@ export default defineConfig({
test: {
environment: 'jsdom',
coverage: {
reporter: ['lcov', 'text-summary', 'text'],
provider: 'istanbul',
reportsDirectory: './.coverage',
all: false
all: false,
},
},
});