-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
- Test script and Jest have been removed from the
contrast-colors
package (removed in this pr). - README.md refers to running
pnpm test
for testing, yet it does not work as the test scripts have been removed - Result: unclear how to test and effectively know if any enhancements or bugs are going to break the Leonardo package.
Steps to reproduce
-
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
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
- Browser(s) and OS(s):
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working