Skip to content

Commit 08de7f1

Browse files
zyy7259posva
authored andcommitted
chore: fix typo jest moduleNameMapper (#566)
1 parent 7df5e70 commit 08de7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ import { h } from '@vue/runtime-core'
187187
This is made possible via several configurations:
188188

189189
- For TypeScript, `compilerOptions.path` in `tsconfig.json`
190-
- For Jest, `moduleNameMapping` in `jest.config.js`
190+
- For Jest, `moduleNameMapper` in `jest.config.js`
191191
- For plain Node.js, they are linked using [Yarn Workspaces](https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/).
192192

193193
### Package Dependencies

0 commit comments

Comments
 (0)