Dependency on Node.js? #461
-
I'm working on a pull request. I finished a first pass at the feature I'd like to add and ran I didn't mind installing clang (I've been meaning to start a project that uses LLVM this summer), but I'm more than a little surprised that this test suite depends on Node.js. I'm mostly unfamiliar with Node, although I'm aware of the left pad fiasco and don't trust the framework; because of my unfamiliarity, I'm at a loss to explain this dependency. Would you mind indulging my curiosity? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That's for running the tests for scala.js. You can use |
Beta Was this translation helpful? Give feedback.
That's for running the tests for scala.js.
You can use
parserCombinatorsJVM / test
insbt
to run just the JVM testsuite.