Skip to content

Commit

Permalink
Fix typo in config init (#7905)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski authored and SimenB committed Feb 15, 2019
1 parent b489779 commit d9d501a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = {
// Make calling deprecated APIs throw helpful error messages
// errorOnDeprecated: false,
// Force coverage collection from ignored files usin a array of glob patterns
// Force coverage collection from ignored files using an array of glob patterns
// forceCoverageMatch: [],
// A path to a module which exports an async function that is triggered once before all test suites
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/src/Descriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default ({
errorOnDeprecated:
'Make calling deprecated APIs throw helpful error messages',
forceCoverageMatch:
'Force coverage collection from ignored files usin a array of glob patterns',
'Force coverage collection from ignored files using an array of glob patterns',
globalSetup:
'A path to a module which exports an async function that is triggered once before all test suites',
globalTeardown:
Expand Down

0 comments on commit d9d501a

Please sign in to comment.