webcompat / webcompat-reporter-extensions

Browser extensions to help report site compatibilty issues.
26 stars 21 forks source link

Add Intern unit tests for isReportableUrl #90

Closed miketaylr closed 6 years ago

miketaylr commented 6 years ago

https://github.com/webcompat/webcompat-reporter-extensions/blob/master/shared/base.js#L16

This will involve a little refactoring:

  1. Pull out the isReportableURL into either its own module, or at least in the outer scope
  2. Write a unit test that imports it
  3. Make sure it gets run from the intern command (and passes!)
ArushiSinghal commented 6 years ago

Hi @miketaylr I want to work on this issue.

miketaylr commented 6 years ago

Great! Be sure to read https://github.com/webcompat/webcompat-reporter-extensions/blob/master/.github/CONTRIBUTING.md and post any questions you have here.

OrionStar25 commented 6 years ago

If its still available for grabs I'd like to work on this please!

miketaylr commented 6 years ago

@ArushiSinghal are you still interested in working on this issue?