Skip to content

Commit 3ed4f0d

Browse files
committed
Add test:unit:update-snapshots script
1 parent dc8958d commit 3ed4f0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"test": "cross-env VITEST=1 run-s check build:* test:*",
6161
"test-ci": "cross-env VITEST=1 run-s build:* test:*",
6262
"test:unit": "vitest --run",
63+
"test:unit:update-snapshots": "vitest --update",
6364
"update": "run-p --aggregate-output update:**",
6465
"update:deps": "npx --yes npm-check-updates"
6566
},

0 commit comments

Comments
 (0)