Skip to content

Commit 1f4f6ae

Browse files
Carlos Garcíabcoe
Carlos García
authored andcommittedApr 7, 2018
docs: reference minimatch usage (#774)
1 parent 05fea60 commit 1f4f6ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ an `include` key with a list of globs to specify specific files that should be c
233233
}
234234
```
235235

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

0 commit comments

Comments
 (0)
Please sign in to comment.