Skip to content

Commit d9d501a

Browse files
pkuczynskiSimenB
authored andcommitted
Fix typo in config init (#7905)
1 parent b489779 commit d9d501a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/jest-cli/src/lib/__tests__/__snapshots__/init.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = {
6969
// Make calling deprecated APIs throw helpful error messages
7070
// errorOnDeprecated: false,
7171
72-
// Force coverage collection from ignored files usin a array of glob patterns
72+
// Force coverage collection from ignored files using an array of glob patterns
7373
// forceCoverageMatch: [],
7474
7575
// A path to a module which exports an async function that is triggered once before all test suites

packages/jest-config/src/Descriptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default ({
3030
errorOnDeprecated:
3131
'Make calling deprecated APIs throw helpful error messages',
3232
forceCoverageMatch:
33-
'Force coverage collection from ignored files usin a array of glob patterns',
33+
'Force coverage collection from ignored files using an array of glob patterns',
3434
globalSetup:
3535
'A path to a module which exports an async function that is triggered once before all test suites',
3636
globalTeardown:

0 commit comments

Comments
 (0)