Skip to content

Commit 61c9134

Browse files
committedAug 10, 2024
chore: add vitest workspace configuration file
1 parent 77c9cc4 commit 61c9134

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"lint-staged": "13.2.3",
6666
"only-allow": "1.2.1",
6767
"prettier": "2.5.1",
68-
"turbo": "2.0.9"
68+
"turbo": "2.0.9",
69+
"vitest": "1.6.0"
6970
},
7071
"lint-staged": {
7172
"*.{json,scss,css,html}": [

‎pnpm-lock.yaml

+65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vitest.workspace.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["packages/*", "frontend", "backend"]

0 commit comments

Comments
 (0)