diff --git a/e2e/__tests__/customEsmTestSequencers.test.ts b/e2e/__tests__/customEsmTestSequencers.test.ts index 706df262b620..b52124dc9d8e 100644 --- a/e2e/__tests__/customEsmTestSequencers.test.ts +++ b/e2e/__tests__/customEsmTestSequencers.test.ts @@ -20,6 +20,14 @@ onNodeVersions('>=12.16.0', () => { expect(result.exitCode).toBe(0); const sequence = extractSummary(result.stderr) .rest.replace(/PASS /g, '') + .replace( + / {2}Configuration option testSequencer should be a global config, not per-project.\n/g, + '', + ) + .replace( + /Configuration option testSequencer should be a global config, not per-project.\n/g, + '', + ) .split('\n'); expect(sequence).toEqual([ './a.test.js',