bloodyowl / rescript-test

A lightweight test framework for ReScript
https://bloodyowl.github.io/rescript-test/
MIT License
78 stars 9 forks source link

Move rescript-js to dependencies #14

Open ozanmakes opened 1 year ago

ozanmakes commented 1 year ago

rescript-js is a runtime dependency of rescript-test. Because it was listed on devDependencies, after adding it to a project you would end up without rescript-js in node_modules.

Fixes #13