Skip to content

Commit

Permalink
Remove reference to HTML runner in README.
Browse files Browse the repository at this point in the history
Fixes #73.
  • Loading branch information
mgold committed Mar 4, 2019
1 parent 9a589f9 commit 72ccf0f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ Check out [a large real-world test suite](https://github.com/rtfeldman/elm-css/t

### Running tests locally

There are several ways you can run tests locally:

* [from your terminal](https://github.com/rtfeldman/node-test-runner) via `npm install -g elm-test`
* [from your browser](https://github.com/elm-community/html-test-runner)

Here's how to set up and run your tests using the CLI test runner:

1. Run `npm install -g elm-test` if you haven't already.
Expand All @@ -63,6 +58,7 @@ Here's how to set up and run your tests using the CLI test runner:
6. Edit `tests/Example.elm` to introduce new tests.

Hint: If you have dependencies add them via `elm-test install authorName/dependencyName`.
Bonus hint: Run `elm-test --watch` to rerun your tests whenever a file is saved.

### Running tests on CI

Expand Down

0 comments on commit 72ccf0f

Please sign in to comment.