webextension-polyfill/test
Luca Greco 6f178c56da
fix: browser.devtools.inspectedWindow.eval promise should always resolve to an array (#175)
* fix: browser.devtools.inspectedWindow.eval promise should always resolve to an array
* test(integration): Add test for browser.devtools.inspectedWindow.eval API
2019-02-01 08:38:35 +01:00
..
fixtures fix: browser.devtools.inspectedWindow.eval promise should always resolve to an array (#175) 2019-02-01 08:38:35 +01:00
integration fix: browser.devtools.inspectedWindow.eval promise should always resolve to an array (#175) 2019-02-01 08:38:35 +01:00
.eslintrc chore: Small tweaks to the eslint config files (follow-up for #167) 2019-01-28 18:56:40 +01:00
mocha-babel.js test: Run a minimal set of tests from a test extension running on Chrome (#66) 2017-10-23 19:42:01 +02:00
setup.js fix: Prevent a webpage document element to be detected as the Extension API object (#153) 2018-08-15 22:33:37 +02:00
test-async-functions.js fix: resolve to undefined instead of an empty array 2018-07-04 13:17:09 +02:00
test-browser-global.js test: run tests for the webpack and browserify bundled files on travis 2017-04-13 14:30:52 +02:00
test-proxied-properties.js fix: Lazily initialize API via the original target (#71) 2018-03-12 19:23:28 +01:00
test-runtime-onMessage.js fix: sendMessage promise should resolve to undefined when no listeners reply 2018-07-04 13:06:42 +02:00