Skip to content

Commit

Permalink
fix: jest types
Browse files Browse the repository at this point in the history
  • Loading branch information
remcolakens committed Mar 25, 2024
1 parent 09081ee commit 8ded72b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions app/__tests__/index.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/**
* @jest-environment jsdom
*/
import Home from '@/app/page';
import { fireEvent, render, screen } from '@testing-library/react';

Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"types": ["@testing-library/jest-dom"],
"plugins": [
{
"name": "next"
Expand Down

0 comments on commit 8ded72b

Please sign in to comment.