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
contrast-colors
pnpm test
Clone the repo
In terminal, navigate to contrast-colors package
Run pnpm test
See error
View the package.json for contrast-colors
See there is no test script and Jest dependency has been removed
Expect to use test-driven development to ensure stability of project when introducing any changes or enhancements
Version 1.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
contrast-colors
package (removed in this pr).pnpm test
for testing, yet it does not work as the test scripts have been removedSteps to reproduce
Clone the repo
In terminal, navigate to
contrast-colors
packageRun
pnpm test
See error
View the package.json for
contrast-colors
See there is no test script and Jest dependency has been removed
Expected behavior
Expect to use test-driven development to ensure stability of project when introducing any changes or enhancements
Screenshots
Leonardo package and version
Version 1.0.0
Environment
Additional context
The text was updated successfully, but these errors were encountered: