cometkim / rescript-vitest

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

tests directory missing, impossible to build #1

Closed giraud closed 2 years ago

giraud commented 2 years ago

I installed the bindings with yarn yarn add -D rescript-vitest and rescript build always fail with:

Dependency on rescript-vitest
Fatal error: exception Unix.Unix_error(20, "stat", "C:\\sources\\......\\node_modules\\rescript-vitest\\tests")

And in fact tests directory is not present in the downloaded package. If I add tests manually , it compiles. maybe the directory should be included in the distribution package.

cometkim commented 2 years ago

Thanks for reporting.

fixed in v0.1.1