Skip to content

Commit

Permalink
Merge pull request #37 from davemo/patch-3
Browse files Browse the repository at this point in the history
cleanup: remaining $ prefixes for shell commands
  • Loading branch information
searls committed Jul 12, 2018
2 parents 5c7b278 + 65ad0d4 commit 00eefc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ We prefer including our script in the `scripts` section of our package.json:
With that configuration above, you could run all your tests with:

```
$ npm test
npm test
```

If you want to run a single test, you can just tack an additional path or glob
at the end without looking at how teenytest is configured in the package.json:

```
$ npm test path/to/my.test.js
npm test path/to/my.test.js
```

The above will ignore the glob embedded in the npm script and only run
Expand Down

0 comments on commit 00eefc9

Please sign in to comment.