We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4cf3d commit cc57245Copy full SHA for cc57245
src/vfs/createVirtualFileSystem.spec.ts
@@ -76,5 +76,4 @@ describe("createVirtualFileSystem", () => {
76
expect(storedPath).toBe(`${shortName}${ext}`);
77
expect(fs[storedPath]).toBe(Buffer.from(content).toString("base64"));
78
});
79
-
80
0 commit comments