Skip to content

Commit b218dfe

Browse files
JamesMcMahonhaoqunjiang
authored andcommitted
docs: Reference mochapack in README (#4652) [ci skip]
As of e08603b, this plugin uses mochapack instead of mocha-webpack. Updated the README to reflect this.
1 parent 58592fe commit b218dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/cli-plugin-unit-mocha/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

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

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

@@ -27,7 +27,7 @@
2727

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

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

3232
## Installing in an Already Created Project
3333

0 commit comments

Comments
 (0)