Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
refactor: remove jest
Browse files Browse the repository at this point in the history
  • Loading branch information
foxminchan committed Jun 9, 2024
1 parent ff1c06d commit 85af7cd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 56 deletions.
18 changes: 0 additions & 18 deletions src/RookieShop.BackOffice/__tests__/product.test.jsx

This file was deleted.

Binary file modified src/RookieShop.BackOffice/bun.lockb
Binary file not shown.
32 changes: 0 additions & 32 deletions src/RookieShop.BackOffice/jest.config.ts

This file was deleted.

7 changes: 1 addition & 6 deletions src/RookieShop.BackOffice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
"lint": "next lint",
"ca": "dotnet dev-certs https --format pem -ep ./certificates/localhost.pem",
"format:write": "bun prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "bun prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"test": "jest",
"test:watch": "jest --watch"
"format:check": "bun prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -108,7 +106,6 @@
"@happy-dom/global-registrator": "^14.12.0",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/lodash": "^4.17.0",
"@types/node": "^20",
Expand All @@ -118,8 +115,6 @@
"cross-env": "^7.0.3",
"eslint": "^9",
"eslint-config-next": "14.2.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"prettier": "3.3.0",
"tailwindcss": "^3.4.1",
Expand Down

0 comments on commit 85af7cd

Please sign in to comment.