Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey authored and github-actions[bot] committed Mar 19, 2024
1 parent 7675480 commit a5dabcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/click-count/test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test } from "node:test";
import { render, screen } from "@marko/testing-library";
import { composeStories } from "@storybook/marko";
import { expect } from "playwright/test";
import { composeStories } from "@storybook/marko";
import { testPage } from "../../test-page";
import * as stories from "./stories";

Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/invalid/test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test } from "node:test";
import { render } from "@marko/testing-library";
import { composeStories } from "@storybook/marko";
import { expect } from "playwright/test";
import { composeStories } from "@storybook/marko";
import { testPage } from "../../test-page";
import * as stories from "./stories";

Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/split-component/test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test } from "node:test";
import { render, screen } from "@marko/testing-library";
import { composeStories } from "@storybook/marko";
import { expect } from "playwright/test";
import { composeStories } from "@storybook/marko";
import { testPage } from "../../test-page";
import * as stories from "./stories";

Expand Down

0 comments on commit a5dabcd

Please sign in to comment.