File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
jest-cli/src/lib/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ module.exports = {
69
69
// Make calling deprecated APIs throw helpful error messages
70
70
// errorOnDeprecated: false,
71
71
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
73
73
// forceCoverageMatch: [],
74
74
75
75
// A path to a module which exports an async function that is triggered once before all test suites
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default ({
30
30
errorOnDeprecated :
31
31
'Make calling deprecated APIs throw helpful error messages' ,
32
32
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' ,
34
34
globalSetup :
35
35
'A path to a module which exports an async function that is triggered once before all test suites' ,
36
36
globalTeardown :
You can’t perform that action at this time.
0 commit comments