sebinbenjamin / image-res-generator

A versatile tool for generating icons and splash screens for web and mobile projects. Supports Angular, Ionic, PWA, and more, with seamless SVG and PNG resource generation.
GNU General Public License v3.0
8 stars 5 forks source link

Add a testing framework and write unit/integration tests #13

Open sebinbenjamin opened 5 years ago

sebinbenjamin commented 5 years ago

The project at present does not contain any testing tools/unit tests. Adding a framework like ava or tape with proper tests would improve productivity and helps in the maintenance of the project.

sebinbenjamin commented 5 years ago

On hold till completion of #15