-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add unit tests for javascript code #71
Comments
Mocha & Chai seem like a good, stable choice. If you want to make a PR about implementing the basic structures that would be lovely :) |
Great! I was on vacation, I will open a PR by end of this week. |
Hi @deiga
I believe such a refactor will help us to make the current code easier to test and make it more maintainable in future iterations with platform specific code going into their separate modules. What do you suggest? |
@hmshwt That sounds wonderful! :) 👍 |
Issue:
There are no unit tests for JS code and running the current tests requires the developer to manually check if all notifications are displayed or not.
Proposed Solution:
I would like to open a pull request for this issue. Please suggest another testing framework or any other libraries that you think will be a better alternative than the choices listed above.
The text was updated successfully, but these errors were encountered: