mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
Add imports and exposing to readme example
This commit is contained in:
parent
518a529828
commit
8689cbf130
1 changed files with 5 additions and 2 deletions
|
@ -57,9 +57,12 @@ Please keep the following in mind:
|
|||
- Test files should use the following format:
|
||||
|
||||
```elm
|
||||
module Main exposing (..)
|
||||
port module Main exposing (..)
|
||||
|
||||
import ElmTest exposing (..)
|
||||
import Test.Runner.Node exposing (run)
|
||||
import Json.Encode exposing (Value)
|
||||
import Test exposing (..)
|
||||
import Expect
|
||||
|
||||
|
||||
tests : Test
|
||||
|
|
Loading…
Reference in a new issue