Skip to content

Commit

Permalink
Merge pull request #1577 from mimol91/patch-1
Browse files Browse the repository at this point in the history
Fix typo in ManualMocks.MD
  • Loading branch information
cpojer committed Sep 2, 2016
2 parents 3e141f0 + 47e8d81 commit 813de84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ManualMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a node module, the mock should be placed in the same parent directory as the
config
```

When a manual mock exists for a given module, Jest's module system will use that module when explicitly calling `jest.mock('moduleNmae')`.
When a manual mock exists for a given module, Jest's module system will use that module when explicitly calling `jest.mock('moduleName')`.

Here's a contrived example where we have a module that provides a summary of
all the files in a given directory.
Expand Down

0 comments on commit 813de84

Please sign in to comment.