aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Dylan Conway <35280289+dylan-conway@users.noreply.github.com> 2023-10-03 19:56:33 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-03 19:56:33 -0700
commit98e9e9b11289f766e45dc0eadcaf4b21115ff190 (patch)
tree16eb7071167a9b0913f80cdb62d13ef9f9c71493 /test
parent9308e1bf09637a75d4c99ddd056addd7fbb00f6f (diff)
downloadbun-98e9e9b11289f766e45dc0eadcaf4b21115ff190.tar.gz
bun-98e9e9b11289f766e45dc0eadcaf4b21115ff190.tar.zst
bun-98e9e9b11289f766e45dc0eadcaf4b21115ff190.zip
Upgrade webkit (#6277)
* `reportExtraMemoryAllocated` parameters changed * bump webkit * Update Dockerfile * format
Diffstat (limited to 'test')
-rw-r--r--test/cli/install/bunx.test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cli/install/bunx.test.ts b/test/cli/install/bunx.test.ts
index d60e80995..0e1eba8f3 100644
--- a/test/cli/install/bunx.test.ts
+++ b/test/cli/install/bunx.test.ts
@@ -195,4 +195,3 @@ it("should work for github repository", async () => {
expect(out.trim()).toContain("Usage: cowsay");
expect(await cached.exited).toBe(0);
});
-