Skip to content

Commit

Permalink
docs: reference minimatch usage (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos García authored and bcoe committed Apr 7, 2018
1 parent 05fea60 commit 1f4f6ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -233,6 +233,8 @@ an `include` key with a list of globs to specify specific files that should be c
}
```

> `nyc` uses micromatch for glob expansions, you can read its documentation [here](https://www.npmjs.com/package/micromatch).
> Note: include defaults to `['**']`
> ### Use the `--all` flag to include files that have not been required in your tests.
Expand Down

0 comments on commit 1f4f6ae

Please sign in to comment.