Skip to content

Commit

Permalink
fix: remove eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wonkyDD committed Nov 4, 2023
1 parent 2b62b95 commit 2136161
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-typescript": "^8.5.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/react": "13.4.0",
"@twind/core": "^1.1.3",
"@twind/preset-autoprefix": "^1.0.7",
Expand Down Expand Up @@ -64,9 +65,9 @@
"prettier": "^2.8.8",
"rollup": "2.79.1",
"sass": "1.62.1",
"tslib": "^2.6.2",
"ts-jest": "29.0.2",
"ts-loader": "9.4.2",
"tslib": "^2.6.2",
"typescript": "4.9.5",
"vite": "3.2.7",
"ws": "8.13.0"
Expand Down
17 changes: 17 additions & 0 deletions pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion src/pages/content/components/Demo/app.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { render, screen } from '@testing-library/react';
import { render } from '@testing-library/react';
import { screen } from '@testing-library/dom';
import App from '@pages/content/components/Demo/app';

describe('appTest', () => {
Expand Down

0 comments on commit 2136161

Please sign in to comment.