Skip to content

Commit 0b06bf9

Browse files
Jake ChampionJakeChampion
authored andcommitted
turn on subclassing test for CompressionStream
1 parent c6c8fad commit 0b06bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/js-compute/fixtures/extend-from-builtins/extend-from-builtins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const builtins = [
44
TransformStream,
5-
// CompressionStream,
5+
CompressionStream,
66
// Request,
77
// Response,
88
// Dictionary,

0 commit comments

Comments
 (0)