Skip to content

Commit

Permalink
chore: fix typescript jest-dom types
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] and tjiang09 committed Feb 24, 2025
1 parent 0284c01 commit 9511765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/test-utils/jest.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="@testing-library/jest-dom" />
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"strict": false
},
"files": [".storybook/typings.d.ts"],
"files": [".storybook/typings.d.ts", "src/test-utils/jest.d.ts"],
"include": ["src/**/*.ts", "src/**/*.tsx", "examples/src/**.tsx", "types.ts", "scripts/jest/jest-setup.ts"]
}

0 comments on commit 9511765

Please sign in to comment.