StevensSEC / stevens-web-extension

A portable, centralized hub for collecting, analyzing, and presenting data for Stevens students.
GNU General Public License v3.0
6 stars 0 forks source link

Setup Jest for automatic testing #14

Closed adapap closed 4 years ago

adapap commented 4 years ago

Testing frameworks allow you to catch errors in your code before they are added to the repository. This pull request does the following:

Caveat: chrome is not defined locally without a chrome runtime or web server for the extension to operate on; therefore, useful testing will require additional setup