elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
237 stars 39 forks source link

Not found modules for moved test files #167

Closed ravecat closed 3 years ago

ravecat commented 3 years ago

Module not founded after move test file from /tests to /src folder. As I understand module can exist inside any folder in project

Test running successfully for both case elm-test src/**/*Test.elm and elm-test.

OK Fail
image image

IDE - VSCode (elm-tooling available) elm.json - here

harrysarson commented 3 years ago

I think this is best followed up on here https://github.com/rtfeldman/node-test-runner/issues/502. We can reopen if investigation shows this is a problem with the library not the rest runner.