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

Thanks! Final question area:

  1. Which editor do you use, and do you use any Elm plugin?

  2. If you use an Elm plugin, does it understand import Test and import Expect in your *Spec.elm files, or does it mark them as errors?

  3. If it doesn’t mark them as errors, is it because you have elm-explorations/test in regular "dependencies" rather than in "test-dependencies" in elm.json?