Closed ravecat closed 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
/tests
/src
Test running successfully for both case elm-test src/**/*Test.elm and elm-test.
elm-test src/**/*Test.elm
elm-test
IDE - VSCode (elm-tooling available) elm.json - here
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.
Module not founded after move test file from
/tests
to/src
folder. As I understand module can exist inside any folder in projectTest running successfully for both case
elm-test src/**/*Test.elm
andelm-test
.IDE - VSCode (elm-tooling available) elm.json - here