Skip to content

Commit 19498c2

Browse files
committed
Add a testu command for simpler snapshot updating
1 parent 216163f commit 19498c2

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
@@ -63,6 +63,7 @@
6363
"test:unit:coverage": "vitest run --coverage",
6464
"test:unit:update-snapshots": "vitest --update",
6565
"test-ci": "run-s test:*",
66+
"testu": "npm run build:dist; VITEST=1 npm run build:test-dist ; npm run test:unit -- -u",
6667
"update": "run-p --aggregate-output update:**",
6768
"update:deps": "npx --yes npm-check-updates"
6869
},

0 commit comments

Comments
 (0)