Skip to content

Commit

Permalink
Merge pull request #287 from goivemaster/add_json_file_extension_to_docs
Browse files Browse the repository at this point in the history
adds json to moduleFileExtensions in docs
  • Loading branch information
lelandrichardson committed Apr 4, 2016
2 parents 3b431ec + ddce9c1 commit ff492a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guides/jest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ react and enzyme to be unmocked in your `package.json`:
"unmockedModulePathPatterns": [
"react",
"enzyme"
],
"moduleFileExtensions": [
"json"
]
}
```
Expand Down

0 comments on commit ff492a9

Please sign in to comment.