Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from LeaveNhA/testinstructions
Browse files Browse the repository at this point in the history
Test instructions typo fixed.
  • Loading branch information
LeaveNhA authored Sep 3, 2020
2 parents badf3ea + 884b76d commit 6fa022c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions exercises/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Write your code in `src/hello_world.cljs`. It should use the namespace `hello-wo

### Running tests

Run the tests using `clj A:test` command and make them pass:
Run the tests using `clj -A:test` command and make them pass:

```
$ clj A:test
$ clj -A:test
Testing hello-world-test
Expand Down
4 changes: 2 additions & 2 deletions exercises/reverse-string/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ You can not use the `reverse` function, but you can use any of the other core fu

## Running tests

Run the tests using `clj A:test` command and make them pass:
Run the tests using `clj -A:test` command and make them pass:

```
$ clj A:test
$ clj -A:test
Testing hello-world-test
Expand Down
4 changes: 2 additions & 2 deletions exercises/two-fer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Here are some examples:

### Running tests

Run the tests using `clj A:test` command and make them pass:
Run the tests using `clj -A:test` command and make them pass:

```
$ clj A:test
$ clj -A:test
Testing hello-world-test
Expand Down

0 comments on commit 6fa022c

Please sign in to comment.