There was an error while loading. Please reload this page.
1 parent 15626ff commit 3e88f96Copy full SHA for 3e88f96
1 file changed
src/tests/streams/AGENTS.md
@@ -1,8 +1,8 @@
1
# src/tests/streams/
2
3
Streams test suite, organized WPT-style: one subdirectory per functional area
4
-(`identity/`, `encoding/`, `compression/`, `digest/`, eventually
5
-`readable/`, `writable/`, `piping/`, ...). Every
+(`identity/`, `encoding/`, `compression/`, `digest/`, `strategies/`,
+eventually `readable/`, `writable/`, `piping/`, ...). Every
6
test here runs against **both** streams implementations — the legacy C++ one
7
(`src/workerd/api/streams/`) and the TypeScript one
8
(`src/per_isolate/webstreams/`) — to prove parity. A test that only makes
0 commit comments