-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write some tests! #1
Comments
@svinkle I would love to give this a go! |
@connorphee Thanks! Go for it, and let me know if there are any setup issues. |
@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 Any type of test is much appreciated. If you'd like, create a PR and let's see what you've got so far. |
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!The text was updated successfully, but these errors were encountered: