Skip to content

Commit d5798d9

Browse files
committed
Make default test output shorter
1 parent c94fda7 commit d5798d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/annotation-comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"build": "tsup ./src/index.ts --format esm --no-splitting --dts --sourcemap --clean",
2525
"coverage": "vitest run --coverage --coverage.include=src/**/*.ts --coverage.exclude=src/index.ts",
26-
"test": "vitest run --reporter verbose",
26+
"test": "vitest run",
2727
"test-short": "vitest run --reporter basic",
2828
"test-watch": "vitest --reporter verbose",
2929
"watch": "pnpm build --watch src"

0 commit comments

Comments
 (0)