cometkim / rescript-vitest

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

Not working #11

Closed vinibispo closed 1 year ago

vinibispo commented 1 year ago

How to run

git clone https://github.com/vinibispo/minimal-reproducible-example-rescript-vitest-problem
cd minimal-reproducible-example-rescript-vitest-problem
yarn --frozen-lockfile

In a terminal use yarn res:dev In another run yarn vitest You will get this message image

cometkim commented 1 year ago

This may be a version compatibility issue.

Since the package already has vitest as a dependency, you shouldn't add a new version.

cometkim commented 1 year ago

Close this since it duplicates #10