Skip to content

Commit

Permalink
fix: remove testing-library__jest-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
useonglee committed Feb 23, 2024
1 parent 7713750 commit 759cfad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .pnp.cjs

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

10 changes: 8 additions & 2 deletions packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"@*": ["./src/*"],
},
},
"include": ["next-env.d.ts", "./src/**/*.tsx", "./src/**/*.ts", ".next/types/**/*.ts"],
"exclude": ["node_modules", "./jest.config.ts"],
"include": [
"next-env.d.ts",
"./src/**/*.tsx",
"./src/**/*.ts",
"./jest.config.ts",
".next/types/**/*.ts",
],
"exclude": ["node_modules"],
}
1 change: 0 additions & 1 deletion services/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/testing-library__jest-dom": "^6.0.0",
"@vanilla-extract/dynamic": "^2.1.0",
"@vanilla-extract/jest-transform": "^1.1.1",
"@vanilla-extract/next-plugin": "^2.3.2",
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18113,7 +18113,6 @@ __metadata:
"@types/node": "npm:^20"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18"
"@types/testing-library__jest-dom": "npm:^6.0.0"
"@vanilla-extract/css": "npm:^1.14.0"
"@vanilla-extract/dynamic": "npm:^2.1.0"
"@vanilla-extract/jest-transform": "npm:^1.1.1"
Expand Down

0 comments on commit 759cfad

Please sign in to comment.