Skip to content

Commit 3359523

Browse files
committed
FMT
1 parent eb56726 commit 3359523

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/src/pages/TaskPage/TaskPage.stories.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { Meta, StoryObj, } from "@storybook/react";
2-
import { spyOn, within, expect } from "@storybook/test";
1+
import type { Meta, StoryObj } from "@storybook/react";
2+
import { expect, spyOn, within } from "@storybook/test";
33
import {
44
MockFailedWorkspace,
55
MockStartingWorkspace,
@@ -161,8 +161,8 @@ export const Active: Story = {
161161
const zedIframe = await canvas.findByTitle("Zed");
162162
const claudeIframe = await canvas.findByTitle("Claude Code");
163163

164-
expect(vscodeIframe).not.toBeVisible()
165-
expect(zedIframe).not.toBeVisible()
166-
expect(claudeIframe).toBeVisible()
167-
}
164+
expect(vscodeIframe).not.toBeVisible();
165+
expect(zedIframe).not.toBeVisible();
166+
expect(claudeIframe).toBeVisible();
167+
},
168168
};

0 commit comments

Comments
 (0)