Skip to content

Commit

Permalink
๐Ÿšš chore(formatting): jest ๊ด€๋ จ ์ฃผ์„ ์‚ญ์ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2980 committed May 25, 2024
1 parent c360cc4 commit a747d8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { describe, expect, it } from "vitest";
import StockChangeLabel from "../StockChangeLabel";

describe("StockChangeLabel", () => {
// eslint-disable-next-line jest/expect-expect
it("์—๋Ÿฌ ์—†์ด ๋ Œ๋”๋ง", () => {
render(<StockChangeLabel change={5} data-testid="stock-change-label" />);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const IMAGE_URL =
"https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fdh6ap9%2Fbtsz6jE1NAF%2FU1bUIepR14dMID1g0Z8Wr1%2Fimg.png";

describe("StockItem", () => {
// eslint-disable-next-line jest/expect-expect
it("์—๋Ÿฌ ์—†์ด ๋ Œ๋”๋ง", () => {
render(
<StockItem
Expand All @@ -26,7 +25,6 @@ describe("StockItem", () => {
);
});

// eslint-disable-next-line jest/expect-expect
it("market์ด ์—†์„ ๊ฒฝ์šฐ์—๋„ ์ •์ƒ ๋ Œ๋”๋ง", () => {
render(
<StockItem
Expand Down

0 comments on commit a747d8c

Please sign in to comment.