Skip to content

Commit 758d66f

Browse files
little double-space
1 parent 733bc92 commit 758d66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/jest/jest-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function buildJestArgv(config: d.ValidatedConfig): Config.Argv {
6363
// We want that assurance because Jest likes to have any filepath match
6464
// patterns at the end of the args it receives. Those args are going to be
6565
// 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
66+
// function that adds to `knownArgs` we need a guarantee that all of the
6767
// `unknownArgs` are _after_ all the `knownArgs` in the array we end up
6868
// generating the Jest configuration from.
6969
const args: ReadonlyArray<string> = [...knownArgs, ...config.flags.unknownArgs];

0 commit comments

Comments
 (0)