mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 00:42:29 +03:00
add tests for V3
This commit is contained in:
parent
356da2aaf8
commit
d464bb7480
@ -3,8 +3,10 @@ module Spec.Nri.Ui.Select exposing (spec)
|
||||
import Expect exposing (Expectation)
|
||||
import Html
|
||||
import Html.Attributes as Attr
|
||||
import Html.Styled
|
||||
import Nri.Ui.Select.V1
|
||||
import Nri.Ui.Select.V2
|
||||
import Nri.Ui.Select.V3
|
||||
import Test exposing (..)
|
||||
import Test.Html.Query as Query
|
||||
import Test.Html.Selector exposing (..)
|
||||
@ -15,6 +17,7 @@ spec =
|
||||
describe "view"
|
||||
[ describe "V1" (viewSuite Nri.Ui.Select.V1.view)
|
||||
, describe "V2" (viewSuite Nri.Ui.Select.V2.view)
|
||||
, describe "V3" (viewSuite (Nri.Ui.Select.V3.view >> Html.Styled.toUnstyled))
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user