-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Vitest is slow with Deno. While @deno/vite-plugin
may become faster with time (denoland/deno-vite-plugin#55), there is seemingly a low cost of just shifting to @std/testing
and @std/expect
.
Issues:
- Absence of inline snapshots
onTestFinished()
hook in Vitest is useful forusePeer()
helper. Maybe Deno test context can provide similar functionality.
Steps:
- test: use Deno for unit tests #244
- Move integration tests to Deno
- Write some integration tests with actual Node & Vitest
Metadata
Metadata
Assignees
Labels
No labels