mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 13:21:42 +03:00
Add type annotation.
This commit is contained in:
parent
9ad1a606a8
commit
67c75b41e4
@ -2,9 +2,10 @@ module GlobTests exposing (all)
|
||||
|
||||
import Expect
|
||||
import Glob
|
||||
import Test exposing (describe, test)
|
||||
import Test exposing (Test, describe, test)
|
||||
|
||||
|
||||
all : Test
|
||||
all =
|
||||
describe "glob"
|
||||
[ test "literal" <|
|
||||
|
Loading…
Reference in New Issue
Block a user