Skip to content

Commit 92e3d49

Browse files
committed
test(web-host): fix e2e tests - add tee in list-commands
1 parent 01a56a9 commit 92e3d49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/web-host/tests/repl-loading.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test("repl logic should have loaded", async ({ page }) => {
1111
});
1212

1313
test("plugins should have loaded under their names", async ({ page }) => {
14-
const pluginNames = ["echo", "weather", "greet", "ls", "cat", "echoc"];
14+
const pluginNames = ["echo", "weather", "greet", "ls", "cat", "echoc", "tee"];
1515
await page.goto("/#repl");
1616
for (const pluginName of pluginNames) {
1717
await expect(

packages/web-host/tests/repl-logic.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ help reserved
8080
list-commands reserved
8181
ls plugin
8282
man reserved
83+
tee plugin
8384
weather plugin`,
8485
);
8586
});

0 commit comments

Comments
 (0)