Skip to content

Commit 4e5b9ee

Browse files
author
Guy Bedford
authored
StarlingMonkey fixes (#797)
1 parent 95ff13b commit 4e5b9ee

File tree

6 files changed

+13
-770
lines changed

6 files changed

+13
-770
lines changed

integration-tests/js-compute/fixtures/app/src/tee.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ routes.set("/tee", async function (event) {
2828

2929
routes.set("/tee/error", async function (event) {
3030
const req = event.request;
31-
console.log(req.method);
3231
let res = fetch('/post', {
3332
method: "POST",
3433
body: new ReadableStream({
@@ -43,7 +42,6 @@ routes.set("/tee/error", async function (event) {
4342
return res
4443
.then(() => new Response("Error wasn't raised"))
4544
.catch((err) => {
46-
console.log(err.toString());
4745
return new Response(err.toString());
4846
});
4947
});
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"GET /cache-entry/age/called-on-instance",
3+
"GET /transaction-cache-entry/insertAndStreamBack/write-to-writer-and-read-from-reader"
4+
]

0 commit comments

Comments
 (0)