Skip to content

Commit

Permalink
chore: add vitest workspace configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Aug 10, 2024
1 parent 77c9cc4 commit 61c9134
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"lint-staged": "13.2.3",
"only-allow": "1.2.1",
"prettier": "2.5.1",
"turbo": "2.0.9"
"turbo": "2.0.9",
"vitest": "1.6.0"
},
"lint-staged": {
"*.{json,scss,css,html}": [
Expand Down
65 changes: 65 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vitest.workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["packages/*", "frontend", "backend"]

0 comments on commit 61c9134

Please sign in to comment.