Skip to content

Commit 3e88f96

Browse files
committed
Document the queuing strategies suite
1 parent 15626ff commit 3e88f96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎src/tests/streams/AGENTS.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# src/tests/streams/
22

33
Streams test suite, organized WPT-style: one subdirectory per functional area
4-
(`identity/`, `encoding/`, `compression/`, `digest/`, eventually
5-
`readable/`, `writable/`, `piping/`, ...). Every
4+
(`identity/`, `encoding/`, `compression/`, `digest/`, `strategies/`,
5+
eventually `readable/`, `writable/`, `piping/`, ...). Every
66
test here runs against **both** streams implementations — the legacy C++ one
77
(`src/workerd/api/streams/`) and the TypeScript one
88
(`src/per_isolate/webstreams/`) — to prove parity. A test that only makes

0 commit comments

Comments
 (0)