From: Yingya Zhang Date: Thu, 26 Dec 2019 10:27:25 +0000 (+0800) Subject: chore: fix typo jest moduleNameMapper (#566) X-Git-Tag: v3.0.0-alpha.1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08de7f1085702beadfc213df47a31c8b4af82924;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo jest moduleNameMapper (#566) --- diff --git a/.github/contributing.md b/.github/contributing.md index 71335b3b47..9c153f781a 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -187,7 +187,7 @@ import { h } from '@vue/runtime-core' This is made possible via several configurations: - For TypeScript, `compilerOptions.path` in `tsconfig.json` -- For Jest, `moduleNameMapping` in `jest.config.js` +- For Jest, `moduleNameMapper` in `jest.config.js` - For plain Node.js, they are linked using [Yarn Workspaces](https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/). ### Package Dependencies