Skip to content

Commit

Permalink
Fix: テスト是正
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Sep 17, 2022
1 parent fc04545 commit f892e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/slogan.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
import { render, screen } from "@testing-library/react";
import "@testing-library/jest-dom";
// components
import Slogan from "@/components/slogan";
import Slogan from "@/components/top/slogan";

describe("Slogan", () => {
test("最低限のテキスト", () => {
render(<Slogan />);
expect(screen.getByText(//)).toBeInTheDocument();
expect(screen.getByText(//)).toBeInTheDocument();
expect(screen.getByText(//)).toBeInTheDocument();
expect(screen.getByText(//)).toBeInTheDocument();
expect(
screen.getByText(//)
Expand Down

0 comments on commit f892e5d

Please sign in to comment.