Add type annotation.

This commit is contained in:
Dillon Kearns 2021-04-02 13:54:42 -07:00
parent 9ad1a606a8
commit 67c75b41e4

View File

@ -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" <|