We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733bc92 commit 758d66fCopy full SHA for 758d66f
src/testing/jest/jest-config.ts
@@ -63,7 +63,7 @@ export function buildJestArgv(config: d.ValidatedConfig): Config.Argv {
63
// We want that assurance because Jest likes to have any filepath match
64
// patterns at the end of the args it receives. Those args are going to be
65
// found in our `unknownArgs`, so while we want to do some stuff in this
66
- // function that adds to `knownArgs` we need a guarantee that all of the
+ // function that adds to `knownArgs` we need a guarantee that all of the
67
// `unknownArgs` are _after_ all the `knownArgs` in the array we end up
68
// generating the Jest configuration from.
69
const args: ReadonlyArray<string> = [...knownArgs, ...config.flags.unknownArgs];
0 commit comments