Skip to content

Commit

Permalink
prepare for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoki1207 committed May 26, 2016
1 parent c4ac5ae commit 2e9a37d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.xpi
7 changes: 0 additions & 7 deletions test/test-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@ exports["test main async"] = function(assert, done) {
done();
};

exports["test dummy"] = function(assert, done) {
main.dummy("foo", function(text) {
assert.ok((text === "foo"), "Is the text actually 'foo'");
done();
});
};

require("sdk/test").run(exports);

0 comments on commit 2e9a37d

Please sign in to comment.