Skip to content

Commit fc4d8d5

Browse files
committed
Add WPT streams tests
1 parent ac23950 commit fc4d8d5

File tree

2 files changed

+785
-0
lines changed

2 files changed

+785
-0
lines changed

src/wpt/BUILD.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,9 @@ wpt_test(
102102
}),
103103
wpt_directory = "@wpt//:WebCryptoAPI@module",
104104
)
105+
106+
wpt_test(
107+
name = "streams",
108+
config = "streams-test.ts",
109+
wpt_directory = "@wpt//:streams@module",
110+
)

0 commit comments

Comments
 (0)