You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,13 @@ module.exports = {
47
47
yarn jest
48
48
```
49
49
50
-
## Config options
50
+
### Coverage
51
+
52
+
Coverage works outside of the box, simply `yarn jest -- --coverage`
53
+
54
+
You can also use other Jest options like [coveragePathIgnorePatterns](http://facebook.github.io/jest/docs/en/configuration.html#coveragepathignorepatterns-array-string) and [coverageReporters](http://facebook.github.io/jest/docs/en/configuration.html#coveragereporters-array-string)
55
+
56
+
## Custom config options
51
57
52
58
Create a `jest-runner-mocha.config.js` at the `<rootDir>` or your Jest project.
53
59
@@ -73,6 +79,5 @@ _NOTE: Eventually Jest will eventually have an option for configuring runners th
73
79
74
80
## Known issues
75
81
- It does not support any Mocha options except for `ui` and `compiler`
0 commit comments