ale/test/elm-test-files/oldapp
Aryeh Leib Taurog ba38688dff support tests/ with elm 0.19.0
With earlier elm versions, a separate package file is maintained for
tests, which when properly configured enabled the compiler to find what
it needed to compile the tests.  Under elm 0.19, test dependencies are
managed in the top-level package file, so `elm make` will fail on the
tests.  `elm-test make` is required in this case.

See https://github.com/elm-explorations/test/issues/64
2019-01-04 09:55:35 +02:00
..
node_modules/.bin support tests/ with elm 0.19.0 2019-01-04 09:55:35 +02:00
src support tests/ with elm 0.19.0 2019-01-04 09:55:35 +02:00
tests support tests/ with elm 0.19.0 2019-01-04 09:55:35 +02:00
elm-package.json support tests/ with elm 0.19.0 2019-01-04 09:55:35 +02:00