Skip to content

Commit

Permalink
Add vitest integration for package unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Casillas committed Feb 7, 2025
1 parent 3e59097 commit e5cccef
Show file tree
Hide file tree
Showing 8 changed files with 1,083 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
Expand Down
Loading

0 comments on commit e5cccef

Please sign in to comment.