Skip to content

Commit d588f3e

Browse files
authored
docs: make it clear that mocha is a test runner (#506)
1 parent c91c989 commit d588f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guides/testing-SFCs-with-jest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Next, create a `jest` block in `package.json`:
5353
}
5454
```
5555

56-
> **Note:** `vue-jest` currently does not support all the features of `vue-loader`, for example custom block support and style loading. In addition, some webpack-specific features such as code-splitting are not supported either. To use them, read the guide on [testing SFCs with Mocha + webpack](./testing-SFCs-with-mocha-webpack.md).
56+
> **Note:** `vue-jest` currently does not support all the features of `vue-loader`, for example custom block support and style loading. In addition, some webpack-specific features such as code-splitting are not supported either. To use these unsupported features, you need to use Mocha instead of Jest to run your tests, and webpack to compile your components. To get started, read the guide on [testing SFCs with Mocha + webpack](./testing-SFCs-with-mocha-webpack.md).
5757
5858
## Handling webpack Aliases
5959

0 commit comments

Comments
 (0)