Narrowing test suite runs in elm-test

When I run elm-test tests/MyFancyFeature/ (using elm-test for Elm 0.19.1), I would expect it to run only the tests in the MyFancyFeature folder, but it seems to always run everything in tests regardless. Do I have the command wrong or is this a bug I should report?

Looks like maybe it’s this: https://github.com/rtfeldman/node-test-runner/issues/391 which says that the feature broke in the 0.19.1 update.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.