Closed jcbhmr closed 1 year ago
I've recently tried to drop Vite & Vitest from my main TS lib workflow and just use plain tsc. This works well for me with tsx and the node:test builtin.
tsc
node:test
tsc tsx --test --watch **/*.test.ts
I kinda like vitest. I have the VSCode extensions. and their UI feature is also nice. not using vite in this package.
I've recently tried to drop Vite & Vitest from my main TS lib workflow and just use plain
tsc
. This works well for me with tsx and thenode:test
builtin.