From a0a7dc6c03b034caa259622ef82842fa810aa25c Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 26 Apr 2018 23:53:09 -0400 Subject: [PATCH] docs: remove wrong section in unit-mocha docs (close #1082) --- packages/@vue/cli-plugin-unit-mocha/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/@vue/cli-plugin-unit-mocha/README.md b/packages/@vue/cli-plugin-unit-mocha/README.md index 0dee365b53..02b1e91d31 100644 --- a/packages/@vue/cli-plugin-unit-mocha/README.md +++ b/packages/@vue/cli-plugin-unit-mocha/README.md @@ -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