mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 09:17:07 +08:00
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
This commit is contained in:
0
test/elm-test-files/newapp/src/Main.elm
Normal file
0
test/elm-test-files/newapp/src/Main.elm
Normal file
0
test/elm-test-files/newapp/tests/TestSuite.elm
Normal file
0
test/elm-test-files/newapp/tests/TestSuite.elm
Normal file
0
test/elm-test-files/oldapp/elm-package.json
Normal file
0
test/elm-test-files/oldapp/elm-package.json
Normal file
0
test/elm-test-files/oldapp/node_modules/.bin/elm
generated
vendored
Normal file
0
test/elm-test-files/oldapp/node_modules/.bin/elm
generated
vendored
Normal file
0
test/elm-test-files/oldapp/node_modules/.bin/elm-test
generated
vendored
Normal file
0
test/elm-test-files/oldapp/node_modules/.bin/elm-test
generated
vendored
Normal file
0
test/elm-test-files/oldapp/src/Main.elm
Normal file
0
test/elm-test-files/oldapp/src/Main.elm
Normal file
0
test/elm-test-files/oldapp/tests/TestSuite.elm
Normal file
0
test/elm-test-files/oldapp/tests/TestSuite.elm
Normal file
Reference in New Issue
Block a user