Skip to content

Commit

Permalink
addressing pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Mar 2, 2020
1 parent 36e62d5 commit cb12659
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 @@ -60,14 +60,14 @@ Mocha 6
mocha --require ts-node/register --watch-extensions ts,tsx "test/**/*.{ts,tsx}" [...args]
```

**Note:** `--watch-extensions` is only used in `--watch` mode.

Mocha 7

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

**Note:** `--watch-extensions` is only used in `--watch` mode.

### Tape

```sh
Expand Down

0 comments on commit cb12659

Please sign in to comment.