diff options
author | 2023-10-03 19:56:33 -0700 | |
---|---|---|
committer | 2023-10-03 19:56:33 -0700 | |
commit | 98e9e9b11289f766e45dc0eadcaf4b21115ff190 (patch) | |
tree | 16eb7071167a9b0913f80cdb62d13ef9f9c71493 /test | |
parent | 9308e1bf09637a75d4c99ddd056addd7fbb00f6f (diff) | |
download | bun-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.ts | 1 |
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); }); - |