diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-01-04 09:38:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 09:38:10 +0000 |
commit | 3b96ab43fb7adede47705bd3b6efcaddb315a68d (patch) | |
tree | 9d005542c9d20048f6f6fccbc5572686714cd809 /test/elm-test-files | |
parent | 08606b88d001b2f94097d6d9828fe622e68b2064 (diff) | |
parent | 1f21eb0c422e8ae351981544a7e0da4f369e6144 (diff) | |
download | ale-3b96ab43fb7adede47705bd3b6efcaddb315a68d.zip |
Merge pull request #2176 from altaurog/feat/elm-tests
support tests/ with elm 0.19.0
Diffstat (limited to 'test/elm-test-files')
-rw-r--r-- | test/elm-test-files/newapp-notests/elm.json (renamed from test/elm-test-files/app/filetest.elm) | 0 | ||||
-rw-r--r-- | test/elm-test-files/newapp-notests/node_modules/.bin/elm (renamed from test/elm-test-files/app/node_modules/.bin/elm) | 0 | ||||
-rw-r--r-- | test/elm-test-files/newapp-notests/tests/TestMain.elm | 0 | ||||
-rw-r--r-- | test/elm-test-files/newapp/elm.json | 0 | ||||
-rw-r--r-- | test/elm-test-files/newapp/node_modules/.bin/elm | 0 | ||||
-rw-r--r-- | test/elm-test-files/newapp/node_modules/.bin/elm-test | 0 | ||||
-rw-r--r-- | test/elm-test-files/newapp/src/Main.elm | 0 | ||||
-rw-r--r-- | test/elm-test-files/newapp/tests/TestSuite.elm | 0 | ||||
-rw-r--r-- | test/elm-test-files/oldapp/elm-package.json | 0 | ||||
-rw-r--r-- | test/elm-test-files/oldapp/node_modules/.bin/elm | 0 | ||||
-rw-r--r-- | test/elm-test-files/oldapp/node_modules/.bin/elm-test | 0 | ||||
-rw-r--r-- | test/elm-test-files/oldapp/src/Main.elm | 0 | ||||
-rw-r--r-- | test/elm-test-files/oldapp/tests/TestSuite.elm | 0 |
13 files changed, 0 insertions, 0 deletions
diff --git a/test/elm-test-files/app/filetest.elm b/test/elm-test-files/newapp-notests/elm.json index e69de29b..e69de29b 100644 --- a/test/elm-test-files/app/filetest.elm +++ b/test/elm-test-files/newapp-notests/elm.json diff --git a/test/elm-test-files/app/node_modules/.bin/elm b/test/elm-test-files/newapp-notests/node_modules/.bin/elm index e69de29b..e69de29b 100644 --- a/test/elm-test-files/app/node_modules/.bin/elm +++ b/test/elm-test-files/newapp-notests/node_modules/.bin/elm diff --git a/test/elm-test-files/newapp-notests/tests/TestMain.elm b/test/elm-test-files/newapp-notests/tests/TestMain.elm new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/newapp-notests/tests/TestMain.elm diff --git a/test/elm-test-files/newapp/elm.json b/test/elm-test-files/newapp/elm.json new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/newapp/elm.json diff --git a/test/elm-test-files/newapp/node_modules/.bin/elm b/test/elm-test-files/newapp/node_modules/.bin/elm new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/newapp/node_modules/.bin/elm diff --git a/test/elm-test-files/newapp/node_modules/.bin/elm-test b/test/elm-test-files/newapp/node_modules/.bin/elm-test new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/newapp/node_modules/.bin/elm-test diff --git a/test/elm-test-files/newapp/src/Main.elm b/test/elm-test-files/newapp/src/Main.elm new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/newapp/src/Main.elm diff --git a/test/elm-test-files/newapp/tests/TestSuite.elm b/test/elm-test-files/newapp/tests/TestSuite.elm new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/newapp/tests/TestSuite.elm diff --git a/test/elm-test-files/oldapp/elm-package.json b/test/elm-test-files/oldapp/elm-package.json new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/oldapp/elm-package.json diff --git a/test/elm-test-files/oldapp/node_modules/.bin/elm b/test/elm-test-files/oldapp/node_modules/.bin/elm new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/oldapp/node_modules/.bin/elm diff --git a/test/elm-test-files/oldapp/node_modules/.bin/elm-test b/test/elm-test-files/oldapp/node_modules/.bin/elm-test new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/oldapp/node_modules/.bin/elm-test diff --git a/test/elm-test-files/oldapp/src/Main.elm b/test/elm-test-files/oldapp/src/Main.elm new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/oldapp/src/Main.elm diff --git a/test/elm-test-files/oldapp/tests/TestSuite.elm b/test/elm-test-files/oldapp/tests/TestSuite.elm new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/elm-test-files/oldapp/tests/TestSuite.elm |