Skip to content

Commit

Permalink
Add test deps and Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ubbn committed Jun 6, 2024
1 parent 1fe656f commit 745834a
Show file tree
Hide file tree
Showing 3 changed files with 2,046 additions and 41 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ docker compose run --rm frontend pnpm install
# Run development server inside docker container
docker compose up

# Run test
docker compose run --rm frontend pnpm tests

# Optionally, execute other commands if necessary
docker compose run --rm frontend <command inside container>
docker compose run --rm frontend pnpm --version
Expand Down
3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"styled-components": "^6.1.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/react": "^18.2.41",
"@types/react-calendar-heatmap": "^1.6.6",
"@types/react-dom": "^18.2.15",
Expand All @@ -51,6 +52,8 @@
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-imp": "^2.4.0"
Expand Down
Loading

0 comments on commit 745834a

Please sign in to comment.