Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Bug 1115398 - Enable the windows module tests on travis a=me
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvold committed Dec 24, 2014
1 parent f31ff4c commit 9895922
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/test-windows.js
Expand Up @@ -6,13 +6,7 @@
const app = require("sdk/system/xul-app");
const packaging = require("@loader/options");

if (packaging.isNative) {
module.exports = {
"test skip on jpm": (assert) => assert.pass("skipping this file with jpm")
};
require("sdk/test").run(exports);
}
else if (app.is("Firefox")) {
if (app.is("Firefox")) {
module.exports = require("./windows/test-firefox-windows");
}
else if (app.is("Fennec")) {
Expand Down

0 comments on commit 9895922

Please sign in to comment.