diff --git a/stages/10/README.md b/stages/10/README.md index 8f7f700..6cf8693 100644 --- a/stages/10/README.md +++ b/stages/10/README.md @@ -15,11 +15,3 @@ to fail; in that case, just run `elm package install` again.) ```bash elm live Main.elm --open -- --output=elm.js ``` - -## Running Tests - -```bash -cd test -elm package install -elm test TestRunner.elm -``` diff --git a/stages/12/README.md b/stages/12/README.md index 76fe73f..cc88af7 100644 --- a/stages/12/README.md +++ b/stages/12/README.md @@ -15,11 +15,3 @@ to fail; in that case, just run `elm package install` again.) ```bash elm live Main.elm --open -- --output=elm.js ``` - -## Running Tests - -```bash -cd test -elm package install -elm test TestRunner.elm -``` diff --git a/stages/8/README.md b/stages/8/README.md index bd960f0..d677585 100644 --- a/stages/8/README.md +++ b/stages/8/README.md @@ -15,11 +15,3 @@ to fail; in that case, just run `elm package install` again.) ```bash elm live Main.elm --open -- --output=elm.js ``` - -## Running Tests - -```bash -cd test -elm package install -elm test TestRunner.elm -``` diff --git a/stages/9/README.md b/stages/9/README.md index fd816c2..b71b045 100644 --- a/stages/9/README.md +++ b/stages/9/README.md @@ -15,11 +15,3 @@ to fail; in that case, just run `elm package install` again.) ```bash elm live Main.elm --open -- --output=elm.js ``` - -## Running Tests - -```bash -cd test -elm package install -elm test TestRunner.elm -```