Add imports and exposing to readme example

This commit is contained in:
Erik Simmler 2016-08-21 21:52:35 -04:00
parent 518a529828
commit 8689cbf130

View file

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