File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/@vue/cli-plugin-unit-mocha Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- ** ` vue-cli-service test:unit ` **
8
8
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/ ) .
10
10
11
11
** Note the tests are run inside Node.js with browser environment simulated with JSDOM.**
12
12
27
27
28
28
Default files matches are: any files in ` tests/unit ` that end in ` .spec.(ts|js) ` .
29
29
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.
31
31
32
32
## Installing in an Already Created Project
33
33
You can’t perform that action at this time.
0 commit comments