docs: remove wrong section in unit-mocha docs (close #1082)

This commit is contained in:
Evan You
2018-04-26 23:53:09 -04:00
parent 9b379a0ef6
commit a0a7dc6c03

View File

@@ -28,10 +28,6 @@
All [mocha-webpack command line options](http://zinserjan.github.io/mocha-webpack/docs/installation/cli-usage.html) are also supported.
## Configuration
Jest can be configured via `jest.config.js` in your project root, or the `jest` field in `package.json`.
## Installing in an Already Created Project
``` sh