lncli-web
lncli-web copied to clipboard
Add a testing framework
One thing I feel is definitely missing in this project, and would also speed up contributions and development, is a unit test suite. Would you be interested in adding a unit test suite to the project? I'm not too experience with Javascript but apparently Jasmine/Mocha seems good!
Suggested next steps
- let's pick a testing framework!
- pick a small component and refactor it while adding test coverage to that component
- add a CI (probably Travis CI?)
Probably it would be wise to work on this next. We don't want regression bugs to happen again :) I'll create a proposal when I work on this next :)