Open hmshwt opened 6 years ago
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 am thinking of approaching in the following manner
function growl()
return cmdToExec
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.