···167167 await new Promise((r) => setImmediate(r));
168168169169 const hasError = output.buffer.some(
170170- (s) => typeof s === 'string' && s.includes('Date must be on or after')
170170+ (s) => typeof s === 'string' && s.includes('Date must be on or after'),
171171 );
172172 expect(hasError).toBe(true);
173173