Skip to content

Commit

Permalink
chore: add missing test types
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Aug 11, 2023
1 parent f90bab7 commit 2be4753
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"@testing-library/react": "^14.0.0",
"@types/jest": "^27.5.2",
"@types/react": "^18.2.20",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.47.0",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "@testing-library/jest-dom/extend-expect";
import "@testing-library/jest-dom";
import React from "react";
import { render, screen } from "@testing-library/react";
import {
Expand Down

0 comments on commit 2be4753

Please sign in to comment.