Skip to content

Commit fd20e1f

Browse files
btjkhaoqunjiang
authored andcommitted
docs: fix typo in README.md (#3686) [ci skip]
1 parent b993030 commit fd20e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ vue add @vue/unit-jest
4141

4242
## Transform dependencies from `/node_modules`
4343

44-
By default, jest doesn't transform anything from `/nodee_modules`.
44+
By default, jest doesn't transform anything from `/node_modules`.
4545

4646
Since jest runs in node, we also don't have to transpile anything that uses modern ECMAScript features as Node >=8 already supports these features, so it's a sensible default. cli-plugin-jest also doesn't respect the `transpileDependencies` option in `vue.config.js` for the same reason.
4747

0 commit comments

Comments
 (0)