-
Notifications
You must be signed in to change notification settings - Fork 38
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
Q: Is there an agreed upon way to properly test Melody apps? #83
Comments
We have an Enzyme-like library internally which we haven't made generally available yet because we don't use it intensively at the moment. I can prepare a PR in the next couple of days to add the functionality. Would you be able to review it and to evaluate it to see if it will serve your needs? |
I would be happy to take a look. |
I've been looking over the test utils for the last few days. They seem to be almost exactly what I'm looking for, only thing that's missing is the Expected Behaviourusing Actual Behaviouruses the This can be an issue when testing an Possible SolutionSo, looking into how I can open a PR showing how that might work. |
That'd be fantastic! |
Coming from the React world we've got enzyme and react-testing-library to handle doing UI unit tests. Is there any equivalent libraries that allow someone to test interactions with the DOM after mounting a component?
The text was updated successfully, but these errors were encountered: