Skip to content

Commit

Permalink
Format code with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2024
1 parent 709f00c commit 465a832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions web/__test__/components/Introduction.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ import { describe, expect, it } from "vitest";
// };

describe("Introductions Component", () => {
it.todo("add test cases"
)
it.todo("add test cases");
// it("renders loading", async () => {
// render(
// <MockedProvider mocks={mocks} addTypename={false}>
Expand Down
2 changes: 1 addition & 1 deletion web/__test__/components/Partners.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import { describe, expect, it } from "vitest";
// };

describe("Partner Component", () => {
it.todo("test cases")
it.todo("test cases");
// it("renders loading", async () => {
// render(
// <MockedProvider mocks={mocks} addTypename={false}>
Expand Down
2 changes: 1 addition & 1 deletion web/__test__/components/Values.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import { describe, /*expect,*/ it } from "vitest";
// };

describe("SomePhotos Component", () => {
it.todo("test cases")
it.todo("test cases");
// it("renders loading", async () => {
// render(
// <MockedProvider mocks={mocks} addTypename={false}>
Expand Down

0 comments on commit 465a832

Please sign in to comment.