fix test ci script

This commit is contained in:
Brooke Angel 2018-12-07 14:45:08 -08:00 committed by Gavin Panella
parent e7cbc74793
commit 171702ea6c
8 changed files with 228 additions and 810 deletions

View File

@ -3,7 +3,7 @@ PATH:="${NPM_PREFIX}/.bin:${PATH}"
SHELL:=env PATH=${PATH} /bin/sh
.PHONY: test
test: elm-stuff tests/elm-stuff node_modules
test: node_modules
elm-test
.PHONY: checks

View File

@ -57,5 +57,7 @@
"tesk9/accessible-html": "4.0.0 <= v < 5.0.0",
"wernerdegroot/listzipper": "3.1.1 <= v < 4.0.0"
},
"test-dependencies": {}
"test-dependencies": {
"elm-explorations/test": "1.2.0 <= v < 2.0.0"
}
}

999
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,6 +28,6 @@
"browserify": "16.2.3",
"elm": "0.19.0",
"elm-format": "0.8.1",
"elm-test": "0.18.12"
"elm-test": "0.19.0-rev3"
}
}

View File

@ -2,7 +2,7 @@ module Spec.Nri.Ui.DisclosureIndicator.V1 exposing (spec)
import Html.Attributes exposing (alt)
import Html.Styled exposing (div, toUnstyled)
import Nri.Ui.AssetPath exposing (Asset(Asset))
import Nri.Ui.AssetPath exposing (Asset(..))
import Nri.Ui.DisclosureIndicator.V1 as DisclosureIndicator
import Test exposing (..)
import Test.Html.Query as Query

View File

@ -1,7 +1,7 @@
module Spec.Nri.Ui.PremiumCheckbox.V1 exposing (spec)
import Html.Styled
import Nri.Ui.AssetPath exposing (Asset(Asset))
import Nri.Ui.AssetPath exposing (Asset(..))
import Nri.Ui.Checkbox.V3 exposing (IsSelected(..))
import Nri.Ui.Data.PremiumLevel exposing (PremiumLevel(..))
import Nri.Ui.PremiumCheckbox.V1 as PremiumCheckbox

View File

@ -2,7 +2,7 @@ module Spec.Nri.Ui.PremiumCheckbox.V2 exposing (spec)
import Html.Attributes
import Html.Styled
import Nri.Ui.AssetPath exposing (Asset(Asset))
import Nri.Ui.AssetPath exposing (Asset(..))
import Nri.Ui.Checkbox.V3 exposing (IsSelected(..))
import Nri.Ui.Data.PremiumLevel as PremiumLevel exposing (PremiumLevel(..))
import Nri.Ui.PremiumCheckbox.V2 as PremiumCheckbox

View File

@ -1,25 +0,0 @@
{
"version": "1.0.0",
"summary": "Test Suites",
"repository": "https://github.com/NoRedInk/noredink-ui.git",
"license": "BSD3",
"source-directories": [
"../src-0.18",
"."
],
"exposed-modules": [],
"dependencies": {
"NoRedInk/view-extra": "2.0.0 <= v < 3.0.0",
"eeue56/elm-html-test": "5.2.0 <= v < 6.0.0",
"elm-community/elm-test": "4.0.0 <= v < 5.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/svg": "2.0.0 <= v < 3.0.0",
"lukewestby/accessible-html-with-css-temp": "1.0.0 <= v < 2.0.0",
"pablohirafuji/elm-markdown": "2.0.4 <= v < 3.0.0",
"rtfeldman/elm-css": "16.0.0 <= v < 17.0.0",
"tesk9/accessible-html": "3.1.0 <= v < 4.0.0",
"wernerdegroot/listzipper": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}