Skip to content

Commit

Permalink
Fix incorrect testEnvironmentOptions warning (#6852)
Browse files Browse the repository at this point in the history
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. -->

<!-- Please remember to update CHANGELOG.md in the root of the project if you have not done so. -->

## Summary

Fixes #6849
  • Loading branch information
thymikee committed Aug 15, 2018
1 parent 5d65701 commit 25a69f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## master

### Fixes

- `[jest-cli]` Fix incorrect `testEnvironmentOptions` warning ([#6852](https://github.com/facebook/jest/pull/6852))

### Chore & Maintenance

- `[docs]` Add custom toMatchSnapshot matcher docs ([#6837](https://github.com/facebook/jest/pull/6837))
Expand Down
1 change: 1 addition & 0 deletions packages/jest-config/src/normalize.js
Expand Up @@ -342,6 +342,7 @@ export default function normalize(options: InitialOptions, argv: Argv) {
'coverageThreshold',
'globals',
'moduleNameMapper',
'testEnvironmentOptions',
'transform',
],
});
Expand Down

0 comments on commit 25a69f4

Please sign in to comment.