]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo jest moduleNameMapper (#566)
authorYingya Zhang <zyy7259@gmail.com>
Thu, 26 Dec 2019 10:27:25 +0000 (18:27 +0800)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 26 Dec 2019 10:27:25 +0000 (11:27 +0100)
.github/contributing.md

index 71335b3b475d0b67833bbc7a3b4eb1c310b9f86d..9c153f781acff23d8013caad1e7b50effe8fa26f 100644 (file)
@@ -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