halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Support test files that are not in tests/ #172

Open mikeastock opened 5 years ago

mikeastock commented 5 years ago

Some projects prefer to put tests files alongside the source. We can identify these files by checking that they end with "Test.elm".