Skip to content
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

Implement some form of automated testing #72

Open
invicticide opened this issue Dec 31, 2017 · 0 comments
Open

Implement some form of automated testing #72

invicticide opened this issue Dec 31, 2017 · 0 comments

Comments

@invicticide
Copy link
Owner

As the codebase grows in complexity -- and if we start getting more contributors over time -- it's going to become ever more important to have some kind of test suite to ensure stability and avoid bug regressions.

So far we've been informally using the examples projects and git diffs to identify any weirdness, but we're starting to outgrow that.

I'd like to figure out some reasonable automated testing approach that's not super burdensome but does provide good test coverage and requires little-to-no manual intervention. Optimally it would be something we could hook up to npm run test and thereby run the test battery automatically in front of any deploy/version/publish request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant