Skip to content

Commit

Permalink
Revert "feat: setting jest"
Browse files Browse the repository at this point in the history
This reverts commit 4ae0615.
  • Loading branch information
eun-hak committed May 25, 2024
1 parent 641a60d commit 91e7ccf
Show file tree
Hide file tree
Showing 8 changed files with 2,348 additions and 6,232 deletions.
4 changes: 0 additions & 4 deletions babel.config.js

This file was deleted.

6 changes: 0 additions & 6 deletions jest.config.js

This file was deleted.

1 change: 0 additions & 1 deletion jest.setup.js

This file was deleted.

10 changes: 0 additions & 10 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
async redirects() {
return [
{
source: '/',
destination: '/sign',
permanent: true // true로 설정하면 308 리다이렉션, false로 설정하면 307 리다이렉션
}
];
},

reactStrictMode: true,
webpack: (config, { isServer }) => {
if (isServer) {
Expand Down
8,533 changes: 2,347 additions & 6,186 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "jest"
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@tanstack/react-query": "^5.36.0",
Expand All @@ -28,9 +27,6 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand All @@ -41,8 +37,6 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.3.0",
"postcss": "^8",
"prettier": "^3.2.5",
Expand Down
9 changes: 0 additions & 9 deletions src/components/shared/Button.test.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions src/components/shared/Button.tsx

This file was deleted.

0 comments on commit 91e7ccf

Please sign in to comment.