Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Sep 24, 2024
1 parent 0a1b3bf commit a713e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "tsc",
"build:watch": "tsc --watch",
"test:ts": "vitest --dir src --run",
"test:cic:tests": "test-runner snapshot 'node ./bin/cic.js --no-color' 'docs/tests/**/*.(cic|md)' --exclude 'tests/**/*.(error|todo).(cic|md)'",
"test:cic:tests": "test-runner snapshot 'node ./bin/cic.js --no-color' 'docs/tests/**/*.(cic|md)' --exclude 'docs/tests/**/*.(error|todo).(cic|md)'",
"test:cic:tests-error": "test-runner snapshot-error 'node ./bin/cic.js --no-color' 'docs/tests/**/*.error.(cic|md)'",
"test:cic:std": "test-runner snapshot 'node ./bin/cic.js --no-color' 'docs/std/**/*.(cic|md)' --exclude 'docs/std/**/*.(error|todo).(cic|md)'",
"test:cic:std-error": "test-runner snapshot-error 'node ./bin/cic.js --no-color' 'docs/std/**/*.error.(cic|md)'",
Expand Down

0 comments on commit a713e6e

Please sign in to comment.