Skip to content

Commit

Permalink
Setup test with coverage
Browse files Browse the repository at this point in the history
Copy the tic-tac-toe source code

x-ref: https://react.dev/learn/tutorial-tic-tac-toe#what-are-you-building

Setup vitest

Setup test coverage w/ v8

Add a basic unit test
  • Loading branch information
junhuif authored and qiushi1511 committed Oct 12, 2024
1 parent 07ba53b commit 003a088
Show file tree
Hide file tree
Showing 13 changed files with 5,391 additions and 145 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
coverage

# Editor directories and files
.vscode/*
Expand Down
Loading

0 comments on commit 003a088

Please sign in to comment.