Skip to content

Commit 4db72b2

Browse files
authored
Uncomment the request test (#131)
1 parent c676961 commit 4db72b2

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
@@ -3,7 +3,7 @@
33
const builtins = [
44
TransformStream,
55
CompressionStream,
6-
// Request,
6+
Request,
77
Response,
88
Dictionary,
99
Headers,

0 commit comments

Comments
 (0)