bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

[#225] Clean up code comments and mocks #226

Closed klappradla closed 4 years ago

klappradla commented 4 years ago

Make use of Jest's automocking for automatically mocking the whole client module with jest.mock. This automatically sets all exports of the module to mock functions (jest.fn()).

Align the module level documentation to use multi-line comments.

[closes #225]