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 Test
andimport Expect
in your*Spec.elm
files, or does it mark them as errors? -
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?