We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test:visual, test:visual:accept, CONTRIBUTING.md
I should be able to follow the directions in CONTRIBUTING.md and successfully run the commands it mentions.
CONTRIBUTING.md mentions npm scripts that don't exist on the repo: test:visual and test:visual:accept. These are mentioned in 2 places:
test:visual
test:visual:accept
#### Installation
#### Testing
npm run test:visual
npm error Missing script: "test:visual"
npm run test:visual:accept
npm error Missing script: "test:visual:accept"
The text was updated successfully, but these errors were encountered:
b9177b4
Thanks, updated
Sorry, something went wrong.
No branches or pull requests
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
andtest:visual:accept
. These are mentioned in 2 places:#### Installation
, step 8#### Testing
, near the end of paragraph 1Steps to reproduce the bug
npm run test:visual
to launch a test suitenpm error Missing script: "test:visual"
npm run test:visual:accept
to launch a test suite which accepts the produced visual artifactsnpm error Missing script: "test:visual:accept"
Environment
The text was updated successfully, but these errors were encountered: