diff --git a/readme.md b/readme.md index e46a5fb9..9646e55e 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ mock({ }); ``` -When you are ready to restore the `fs` module (so that it is backed by your real file system), call [`mock.restore()`](#mockrestore). +When you are ready to restore the `fs` module (so that it is backed by your real file system), call [`mock.restore()`](#mockrestore). Note that calling this may be **mandatory** in some cases. See [istanbuljs/nyc#324](https://github.com/istanbuljs/nyc/issues/324#issuecomment-234018654) ```js // after a test runs