Thanks! Final question area:
-
Which editor do you use, and do you use any Elm plugin?
-
If you use an Elm plugin, does it understand
import Testandimport Expectin your*Spec.elmfiles, or does it mark them as errors? -
If it doesn’t mark them as errors, is it because you have
elm-explorations/testin regular"dependencies"rather than in"test-dependencies"in elm.json?