Closed rmmeans closed 7 years ago
I've been working on splitting out all of the nodejs components and ported npm packages into separate projects: https://github.com/scalajs-io
I've also ensured that the tests complete successfully for each new project.
All updates have tests, had to run with
sbt "project nodejs" test
since my JVM falls over if I try to run the tests on the entire repo.