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
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue