MightyHive / chrome-extension

0 stars 0 forks source link

Tech Debt: Set up unit testing for Background Script #19

Open jreidgreer opened 6 years ago

jreidgreer commented 6 years ago

Scope

background-script, tests/ (not yet made)

Category

Tech Debt

Description

The most critical aspect of this entire extension is the Background Script. The Background Script collects, enriches, persists, and returns every bit of data we use. Thus, it's absolutely critical that its APIs are stable. The absolute best value for unit testing in this repo would be here.

Acceptance criteria

Set up a unit testing & code coverage system for Background Script.