webcompat / webcompat-reporter-extensions

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

Fixes #83: Add some tests + Travis integration #84

Closed miketaylr closed 6 years ago

miketaylr commented 6 years ago

All checks have failed

Interesting, tests are passing locally but seems to not be able to find the right path on Travis.

miketaylr commented 6 years ago

Interesting, tests are passing locally but seems to not be able to find the right path on Travis.

Ah, seems like the tests are running before webpack is done. If you run it a second time, it works. I think I can make webpack config stuff return a promise. Or do some callback trix to get this to work as expected.

miketaylr commented 6 years ago

Since these are just tests (and they're green...). r=me.