Skip to content

Commit 4612767

Browse files
pvdzjdalton
andauthored
Add npm run testu for simpler snapshot updating (#343)
* Add a testu command for simpler snapshot updating * Remove dupe script --------- Co-authored-by: John-David Dalton <jdalton@users.noreply.github.com>
1 parent c583689 commit 4612767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"test:prepare": "cross-env VITEST=1 npm run build",
6262
"test:unit": "vitest --run",
6363
"test:unit:coverage": "vitest run --coverage",
64-
"test:unit:update-snapshots": "vitest --update",
6564
"test-ci": "run-s test:*",
65+
"testu": "npm run build:dist; VITEST=1 npm run build:test-dist ; npm run test:unit -- -u",
6666
"update": "run-p --aggregate-output update:**",
6767
"update:deps": "npx --yes npm-check-updates"
6868
},

0 commit comments

Comments
 (0)