Skip to content

Instantly share code, notes, and snippets.

@cooperq
Created December 5, 2014 20:59
Show Gist options
  • Save cooperq/0919e79734f15789094c to your computer and use it in GitHub Desktop.
Save cooperq/0919e79734f15789094c to your computer and use it in GitHub Desktop.
Failing firefox test
exports["test Policy hasWhitelistedScheme"] = function(assert) {
assert.ok(true);
};
require("sdk/test").run(exports);
@cooperq
Copy link
Author

cooperq commented Dec 5, 2014

Addon SDK Version is 1.17

@johnculviner
Copy link

@cooperq I'm also having this issue.. did you figure it out?

@mi-g
Copy link

mi-g commented Dec 19, 2014

same problem here. any tip ?

@VinayakAgrawal
Copy link

N still seeing this error. Any solution?
Also if I create a new directory, and use "cfx init" and then "cfx test", it gives the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment