Skip to content

Commit 846e638

Browse files
committed
test: add test data
1 parent 0fcb624 commit 846e638

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
12.6 KB
Loading

test/mount.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test("user can mount directories from file-system to webcontainer", async ({
77
await webcontainer.mount("test/fixtures/mount-example");
88

99
const ls = await webcontainer.runCommand("ls");
10-
expect(ls).toMatchInlineSnapshot(`"file-1.ts nested"`);
10+
expect(ls).toMatchInlineSnapshot(`"file-1.ts image.png nested"`);
1111

1212
const lsNested = await webcontainer.runCommand("ls", ["nested"]);
1313
expect(lsNested).toMatchInlineSnapshot(`"file-2.ts"`);

0 commit comments

Comments
 (0)