Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Feb 27, 2021
1 parent 5312eb3 commit 037afec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ it('works', function () {

Note that it is important to pass `this` to the matcher because it contains the test metadata.

Now you can run `mocha` as usual:

```bash
$ mocha
```

To update existing snapshots, pass the environment variable `SNAPSHOT_UPDATE` into the process:

```bash
Expand Down

0 comments on commit 037afec

Please sign in to comment.