-
-
Notifications
You must be signed in to change notification settings - Fork 750
Closed
Description
Search terms
test:visual, test:visual:accept, CONTRIBUTING.md
Expected Behavior
I should be able to follow the directions in CONTRIBUTING.md and successfully run the commands it mentions.
Actual Behavior
CONTRIBUTING.md mentions npm scripts that don't exist on the repo: test:visual and test:visual:accept. These are mentioned in 2 places:
- Under
#### Installation, step 8 - Under
#### Testing, near the end of paragraph 1
Steps to reproduce the bug
- Follow instructions from CONTRIBUTING.md:
- fork repo
- clone fork
- install dependencies
- build
- Set up a baseline for visual theme testing <-- THIS IS THE PROBLEMATIC STEP
- EXPECT
npm run test:visualto launch a test suite - OBSERVER npm erroring out saying
npm error Missing script: "test:visual" - EXPECT
npm run test:visual:acceptto launch a test suite which accepts the produced visual artifacts - OBSERVER npm erroring out saying
npm error Missing script: "test:visual:accept"
- EXPECT
Environment
- Typedoc version: 0.27.5
- TypeScript version: 5.7.2
- Node.js version: 22.12.0
- OS: macOS Monterey 12.7.6
Metadata
Metadata
Assignees
Labels
No labels