Skip to content

Commit e7a7e8a

Browse files
committed
docs: remove Node.js 20+ note from combining signals heading
1 parent d28f795 commit e7a7e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ test('heavy multi-step flow', async ({ signal }) => {
180180
}, 10_000)
181181
```
182182

183-
### Combining Signals (Node.js 20+)
183+
### Combining Signals
184184

185185
If you need both the test timeout *and* your own cancellation logic, combine them with `AbortSignal.any()`:
186186

0 commit comments

Comments
 (0)