mirror of
https://github.com/correl/elm.git
synced 2025-03-07 04:35:48 -10: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:
|
- Test files should use the following format:
|
||||||
|
|
||||||
```elm
|
```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
|
tests : Test
|
||||||
|
|
Loading…
Add table
Reference in a new issue