cometkim / rescript-vitest

ReScript bindings to Vitest
MIT License
42 stars 9 forks source link

binds more Vi utilities, and creates tests #25

Open illusionalsagacity opened 4 weeks ago

illusionalsagacity commented 4 weeks ago

resolves #20, with the exception of the resetConfig function.

illusionalsagacity commented 3 weeks ago

The CI error seems to be related to vite trying to bundle vitest because it is referenced in Vitest.mjs This doesn't happen in the zero-cost style of bindings, because vitest is compiling the test files differently to the source (rescript output) files.