lingow / twchrome

MIT License
0 stars 0 forks source link

Add unit tests #17

Closed lingow closed 4 years ago

lingow commented 4 years ago

This is probably required before refactorings such as #16

I read that Jasmine is useful for testing chrome extensions too. https://jasmine.github.io/index.html

lingow commented 4 years ago

Unit test framework jest was added through #21 . Unit tests should be added as refactoring makes it necessary to keep existing functionality.