scalacenter/bloop

Cannot discover test frameworks

doofin opened this issue · 0 comments

doofin commented

Describe the bug

I got an error while work on cross jvm/js project in Scala 2.13:

Encountered an error in the build server: Cannot discover test frameworks, missing node_modules in test project, expected them at ~/proj/js/node_modules

the error seems to come from

s"Cannot discover test frameworks, missing node_modules in test project, expected them at $nodeModules"

it's a bit confusing about what does discoverTestFrameworks expected to do for js projects?

also at scalameta/metals#5866