Skip to content

Commit

Permalink
Merge pull request #8 from setup/vitest
Browse files Browse the repository at this point in the history
Switch from Jest to Vitest for unit testing
  • Loading branch information
taesungh authored Nov 18, 2024
2 parents 563a4d5 + 47d888e commit 4631265
Show file tree
Hide file tree
Showing 12 changed files with 2,429 additions and 1,926 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
run: npm ci

- name: Build React project
run: npm run build
# Specify base path to match subpath of GitHub Pages deployment
run: npm run build --base=/pheatures/

- name: Set Up Pages
uses: actions/configure-pages@v5
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dist-ssr

.DS_Store
*.local
coverage

npm-debug.log*
yarn-debug.log*
Expand Down
Loading

0 comments on commit 4631265

Please sign in to comment.