alvaromontoro / almond.css

Collection of CSS styles to make simple websites look nicer
MIT License
1.14k stars 35 forks source link

Add Cypress to the library #16

Closed alvaromontoro closed 2 years ago

alvaromontoro commented 2 years ago

Is your feature request related to a problem? Please describe.

The project doesn't have unit/integration tests.

Describe the solution you'd like

Incorporate Cypress (as a dev dependency) to the project so testing can start.

Describe alternatives you've considered

Use jest or other libraries. But Cypress seems like a strong choice (+ I have some experience with it)

alvaromontoro commented 2 years ago

Added Cypress to the library