RoshanPShetty / chromets-launchpad

A TypeScript-based boilerplate for creating Chrome Extensions, providing a solid foundation with essential features like background scripts, content scripts, and a popup interface.
MIT License
5 stars 1 forks source link

Add Jest for unit testing TypeScript code #2

Open RoshanPShetty opened 1 week ago

RoshanPShetty commented 1 week ago

Background

Unit testing is a crucial part of maintaining code quality and preventing regressions. Adding Jest, a popular JavaScript testing framework, to our boilerplate will provide a solid foundation for writing and running tests.

Objective

Integrate Jest into the ChromeTS Launchpad boilerplate to enable unit testing for TypeScript code.

Tasks

Resources

Notes

himanshuraimau commented 1 week ago

can i work on this?