mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
fix more node:stream (#16385)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -47,7 +47,7 @@ describe("Writable", () => {
|
||||
expect(chunk instanceof Buffer).toBe(false);
|
||||
expect(chunk instanceof Uint8Array).toBe(true);
|
||||
expect(chunk).toStrictEqual(ABC);
|
||||
expect(encoding).toBe("utf8");
|
||||
expect(encoding).toBeUndefined();
|
||||
cb();
|
||||
}, 0),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user