-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Let's write some tests! 🙂
In order for Launchy! 🚀 to reach 1.0 and to be recommended for production use, it needs more test coverage! Do you love writing tests? Please contribute!
Where to write tests?
You can write tests in the test/index.js
file.
Check out how to get things setup locally in order to write and test your tests!
How to run the test suite?
In your terminal, run npm test
and watch the magic happen!