Skip to content

Commit a42f838

Browse files
committed
docs: fix typos [ci skip]
1 parent b98b077 commit a42f838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
## 4.0.0-rc.4 (2019-09-25)
33

4-
Start from the version, the `unit-jest` plugin now comes with four configuration presets:
4+
Start from the version, the `unit-jest` plugin comes with 4 configuration presets:
55

66
- `@vue/cli-plugin-unit-jest` The default preset for the most common type of projects
77
- `@vue/cli-plugin-unit-jest/presets/no-babel` If you don't have `@vue/cli-plugin-babel` installed and don't want to see babel files in the project
88
- `@vue/cli-plugin-unit-jest/presets/typescript` The preset with TypeScript support (but no TSX support)
9-
- `@vue/cli-plugin-unit-jest/presets/typescript-and-babel` The preset with TypeScript (and TSX) and babel suuport.
9+
- `@vue/cli-plugin-unit-jest/presets/typescript-and-babel` The preset with TypeScript (and TSX) and babel support.
1010

1111
If you haven't changed the default Jest configurations (lies in either `jest.config.js` or the `jest` field in `package.json`) ever since project creation, you can now replace the massive configuration object with one single field:
1212

@@ -19,7 +19,7 @@ module.exports = {
1919

2020
A reminder:
2121
The default test environment in the new presets is jsdom@15, which differs from the default one in Jest 24 (jsdom@11).
22-
This is to be align with the upcoming Jest 25 changes.
22+
This is to be aligned with the upcoming Jest 25 updates.
2323
Most users won't be affected by this change.
2424
For a detailed changelog with regard to jsdom, see https://github.com/jsdom/jsdom/blob/master/Changelog.md
2525

0 commit comments

Comments
 (0)