launchy icon indicating copy to clipboard operation
launchy copied to clipboard

Write some tests!

Open svinkle opened this issue 8 years ago • 4 comments

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!

svinkle avatar Jul 30 '17 17:07 svinkle

@svinkle I would love to give this a go!

connorphee avatar Oct 03 '17 01:10 connorphee

@connorphee Thanks! Go for it, and let me know if there are any setup issues.

svinkle avatar Oct 03 '17 01:10 svinkle

@svinkle I have written a few tests similar to the pre-existing ones, checking that certain things within the DOM exist. I assume however, that you are looking for some combination of more advanced UI tests, and unit tests?

connorphee avatar Oct 04 '17 18:10 connorphee

@connorphee Any type of test is much appreciated. If you'd like, create a PR and let's see what you've got so far.

svinkle avatar Oct 05 '17 00:10 svinkle