mirror of
https://github.com/correl/elm.git
synced 2024-12-22 19:17:27 +00:00
Expose version func from Triangle module to tests
This commit is contained in:
parent
183847554f
commit
fff2196a6d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Tests exposing (..)
|
||||||
|
|
||||||
import Test exposing (..)
|
import Test exposing (..)
|
||||||
import Expect
|
import Expect
|
||||||
import Triangle exposing (triangleKind, Triangle(..))
|
import Triangle exposing (triangleKind, Triangle(..), version)
|
||||||
|
|
||||||
|
|
||||||
tests : Test
|
tests : Test
|
||||||
|
|
Loading…
Reference in a new issue