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

@ -42,6 +42,7 @@
"@testing-library/user-event": "^14.6.1",
"@types/sinonjs__fake-timers": "^8.1.5",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitest/coverage-istanbul": "3.0.6",
"@vitest/coverage-v8": "3.0.6",
"bun-types": "^1.2.2",
"jsdom": "^26.0.0",
@ -55,7 +56,7 @@
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version",
"test": "vitest --coverage",
"test:watch": "npm test --watch --coverage"
"test": "vitest",
"test:coverage": "vitest --coverage"
}
}