mesqueeb / is-what

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
https://mesqueeb.github.io/is-what/
MIT License
170 stars 18 forks source link

Consider using tsx and node:test? #44

Closed jcbhmr closed 1 year ago

jcbhmr commented 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
tsx --test --watch **/*.test.ts
mesqueeb commented 1 year ago

I kinda like vitest. I have the VSCode extensions. and their UI feature is also nice. not using vite in this package.