Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

Anyone gotten unit tests working with ES6 modules?

$
0
0

If you are switching over to Vite I would strongly suggest also switching off from Jest to Vitest. Vitest handles modules in the same way and doesn’t have to compile to commonjs before running the tests. It shares a config with Vite so you don’t have to configure things in multiple places.


Viewing all articles
Browse latest Browse all 2592

Trending Articles