Skip to content

Commit

Permalink
chore: tests and fixes (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumendorf authored Jan 6, 2025
1 parent 08a86c8 commit 73cb6e7
Show file tree
Hide file tree
Showing 13 changed files with 1,533 additions and 36 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
- name: Type check and lint
run: pnpm lint

- name: Run tests
run: pnpm test

- name: Build
run: pnpm build
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"lint:fix": "pnpm lint --fix",
"preview": "vite preview",
"predeploy": "pnpm build",
"deploy": "gh-pages -d dist"
"deploy": "gh-pages -d dist",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"framer-motion": "^11.15.0",
Expand All @@ -21,6 +23,9 @@
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand All @@ -30,11 +35,13 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"homepage": "https://blumendorf.github.io/profile-page/"
}
Loading

0 comments on commit 73cb6e7

Please sign in to comment.