Skip to content

Commit

Permalink
docs: Reference mochapack in README (vuejs#4652) [ci skip]
Browse files Browse the repository at this point in the history
As of e08603b, this plugin uses mochapack instead of mocha-webpack. Updated the README to reflect this.
  • Loading branch information
JamesMcMahon authored and haoqunjiang committed Oct 6, 2019
1 parent 58592fe commit b218dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-unit-mocha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- **`vue-cli-service test:unit`**

Run unit tests with [mocha-webpack](https://github.com/zinserjan/mocha-webpack) + [chai](http://chaijs.com/).
Run unit tests with [mochapack](https://github.com/sysgears/mochapack) + [chai](http://chaijs.com/).

**Note the tests are run inside Node.js with browser environment simulated with JSDOM.**

Expand All @@ -27,7 +27,7 @@

Default files matches are: any files in `tests/unit` that end in `.spec.(ts|js)`.

All [mocha-webpack command line options](http://zinserjan.github.io/mocha-webpack/docs/installation/cli-usage.html) are also supported.
All [mochapack command line options](https://sysgears.github.io/mochapack/docs/installation/cli-usage.html) are also supported.

## Installing in an Already Created Project

Expand Down

0 comments on commit b218dfe

Please sign in to comment.