You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-unit-jest/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ vue add @vue/unit-jest
41
41
42
42
## Transform dependencies from `/node_modules`
43
43
44
-
By default, jest doesn't transform anything from `/nodee_modules`.
44
+
By default, jest doesn't transform anything from `/node_modules`.
45
45
46
46
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.
0 commit comments