Skip to content

Commit

Permalink
chore: jest setup 관련 tsconfig 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 22, 2024
1 parent 9e8433e commit e144236
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions packages/wow-ui/src/components/Toggle/Toggle.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "@testing-library/jest-dom";

import { render, type RenderResult, waitFor } from "@testing-library/react";
import fireEvent from "@testing-library/user-event";

Expand Down
1 change: 1 addition & 0 deletions packages/wow-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"types": ["@testing-library/jest-dom"],
"paths": {
"@/*": ["src/*"],
"@styled-system/*": ["./styled-system/*"]
Expand Down

0 comments on commit e144236

Please sign in to comment.