docs: fix typo in README.md (#3686) [ci skip]

This commit is contained in:
btoo
2019-03-20 21:33:08 -04:00
committed by Haoqun Jiang
parent b993030890
commit fd20e1ff15

View File

@@ -41,7 +41,7 @@ vue add @vue/unit-jest
## Transform dependencies from `/node_modules`
By default, jest doesn't transform anything from `/nodee_modules`.
By default, jest doesn't transform anything from `/node_modules`.
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.