Skip to content

Commit

Permalink
Merge pull request #34 from mbti-nf-team/chore/remove-unused-dependency
Browse files Browse the repository at this point in the history
chore: 불필요한 @types/testing-library__jest-dom 삭제
  • Loading branch information
saseungmin authored Dec 25, 2023
2 parents 9acef20 + be9d673 commit 07640b6
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 25 deletions.
12 changes: 0 additions & 12 deletions .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const customJestConfig = {
// add your setup files..
],
setupFilesAfterEnv: [
'<rootDir>/jest.setup.js',
'<rootDir>/jest.setup.ts',
],
moduleNameMapper: {
'@/(.*)': '<rootDir>/src/$1',
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"cypress": "^12.1.0",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts"
".next/types/**/*.ts",
"./jest.setup.ts"
],
"exclude": [
"node_modules",
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1446,15 +1446,6 @@ __metadata:
languageName: node
linkType: hard

"@types/testing-library__jest-dom@npm:^5.14.9":
version: 5.14.9
resolution: "@types/testing-library__jest-dom@npm:5.14.9"
dependencies:
"@types/jest": "npm:*"
checksum: e257de95a4a9385cc09ae4ca3396d23ad4b5cfb8e021a1ca3454c424c34636075f6fe151b2f881f79bf9d497aa04fbfae62449b135f293e8d2d614fa899898a8
languageName: node
linkType: hard

"@types/tough-cookie@npm:*":
version: 4.0.2
resolution: "@types/tough-cookie@npm:4.0.2"
Expand Down Expand Up @@ -7805,7 +7796,6 @@ __metadata:
"@types/react": "npm:^18.2.20"
"@types/react-dom": "npm:^18.2.7"
"@types/react-test-renderer": "npm:^18.0.0"
"@types/testing-library__jest-dom": "npm:^5.14.9"
"@typescript-eslint/eslint-plugin": "npm:^6.4.0"
"@typescript-eslint/parser": "npm:^6.4.0"
axios: "npm:^1.4.0"
Expand Down

0 comments on commit 07640b6

Please sign in to comment.