scalacenter / bloop

Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.

Home Page:https://scalacenter.github.io/bloop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot discover test frameworks

doofin opened this issue · comments

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