Skip to content

Commit

Permalink
update readme for watch in mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Casey committed Mar 7, 2020
1 parent e8df418 commit 3e7f811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mocha --require ts-node/register --watch-extensions ts,tsx "test/**/*.{ts,tsx}"
Mocha 7

```sh
mocha --require ts-node/register --extensions ts,tsx --watch --watch-files src 'tests/**/*.{ts,tsx}' [...args]
mocha --require ts-node/register --extensions ts,tsx --watch --watch-files src, 'tests/**/*.{ts,tsx}' [...args]
```

### Tape
Expand Down

0 comments on commit 3e7f811

Please sign in to comment.