1
0
Fork 0

Upgrade elm-test setup.

This commit is contained in:
Nicolas Perriault 2017-05-25 14:59:59 +02:00
parent 232c6f47cf
commit 868490abab
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
2 changed files with 6 additions and 25 deletions

View File

@ -1,21 +0,0 @@
port module Main exposing (..)
import MastodonTest.HelperTest
import MastodonTest.HttpTest
import UpdateTest.TimelineTest
import Test
import Test.Runner.Node exposing (run, TestProgram)
import Json.Encode exposing (Value)
main : TestProgram
main =
run emit <|
Test.concat
[ MastodonTest.HelperTest.all
, MastodonTest.HttpTest.all
, UpdateTest.TimelineTest.all
]
port emit : ( String, Value ) -> Cmd msg

View File

@ -9,11 +9,14 @@
],
"exposed-modules": [],
"dependencies": {
"elm-community/json-extra": "2.0.0 <= v < 3.0.0",
"rtfeldman/node-test-runner": "4.0.0 <= v < 5.0.0",
"elm-community/elm-test": "4.0.0 <= v < 5.0.0",
"mgold/elm-random-pcg": "5.0.0 <= v < 6.0.0",
"elm-community/lazy-list": "1.0.0 <= v < 2.0.0",
"elm-community/shrink": "2.0.0 <= v < 3.0.0",
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"elm-community/dict-extra": "1.5.0 <= v < 2.0.0",
"elm-community/json-extra": "2.0.0 <= v < 3.0.0",
"elm-community/list-extra": "6.0.0 <= v < 7.0.0",
"elm-community/string-extra": "1.3.3 <= v < 2.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
@ -27,8 +30,7 @@
"lukewestby/elm-http-builder": "5.1.0 <= v < 6.0.0",
"rluiten/elm-date-extra": "8.5.0 <= v < 9.0.0",
"teepark/elmoji": "2.0.2 <= v < 3.0.0",
"thebritican/elm-autocomplete": "4.0.3 <= v < 5.0.0",
"elm-community/elm-test": "4.0.0 <= v < 5.0.0"
"thebritican/elm-autocomplete": "4.0.3 <= v < 5.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}