Skip to content

Commit ba032b4

Browse files
ericyangpanclaude
andcommitted
chore(scripts): restore test:validate npm script
Restore the test:validate script that was previously removed. This script runs all validation tests in the tests/validate directory using Vitest with verbose reporting. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 18e1dce commit ba032b4

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
@@ -20,6 +20,7 @@
2020
"spell:fix": "cspell '**/*.{ts,tsx,js,jsx,json,md,mdx}' --show-suggestions",
2121
"test": "vitest",
2222
"test:ci": "vitest run --reporter=verbose",
23+
"test:validate": "vitest run tests/validate --reporter=verbose",
2324
"test:urls": "RUN_URL_TESTS=1 vitest run tests/validate/urls.accessibility.test.ts --reporter=verbose",
2425
"validate:i18n": "npx tsx scripts/validate/validate-i18n.ts",
2526
"validate:i18n-usage": "npx tsx scripts/validate/validate-i18n-usage.ts",

0 commit comments

Comments
 (0)