diff --git a/README.md b/README.md index e15ef65..96659e9 100644 --- a/README.md +++ b/README.md @@ -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