Skip to content

Commit

Permalink
Update e2e/__tests__/nonSerializableStructuresInequality.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Jul 23, 2024
1 parent 562503e commit 19f66cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/nonSerializableStructuresInequality.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const testIn2Workers = async (

const {end, waitUntil} = runContinuous(
tempDir,
['--no-watchman', '--watch-all'].concat(extraOptions),
['--no-watchman', '--watch-all', ...extraOptions],
// timeout in case the `waitUntil` below doesn't fire
{stripAnsi: true, timeout: 5000},
);
Expand Down

0 comments on commit 19f66cc

Please sign in to comment.