Skip to content

Commit cc57245

Browse files
committed
fix lint
1 parent ab4cf3d commit cc57245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vfs/createVirtualFileSystem.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,4 @@ describe("createVirtualFileSystem", () => {
7676
expect(storedPath).toBe(`${shortName}${ext}`);
7777
expect(fs[storedPath]).toBe(Buffer.from(content).toString("base64"));
7878
});
79-
8079
});

0 commit comments

Comments
 (0)