Do you put tests outside the `tests/` folder?

Using elm-test src/ worked, it found all the tests. It was a bit slower 2.5 secs without the glob vs 1.5secs with the glob.

1 Like