I've spent few hours trying to figure out why my test setup does not see tests lying in a proper directory and finally after looking into source code I found that this problematic line:
val specsDir = testRoot / "specs" * "spec.js"
It would be much better and clearer if this condition on naming convention could be mentioned in a readme file.
I've spent few hours trying to figure out why my test setup does not see tests lying in a proper directory and finally after looking into source code I found that this problematic line:
val specsDir = testRoot / "specs" * "spec.js"
It would be much better and clearer if this condition on naming convention could be mentioned in a readme file.