Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
removing unused utils module
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvold committed Apr 14, 2015
1 parent 7090841 commit 963a951
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test.run.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";

var utils = require("./utils");
var path = require("path");
var fs = require("fs");

var jpm = require.resolve("../bin/jpm-mobile");
var simpleExample = path.join(__dirname, "..", "examples", "simple");

var binary = process.env.JPM_FIREFOX_BINARY || "fennec"; // fennec is nightly
var filterPattern = readParam("filter");

describe("jpm run", function () {
it("simple example", function (done) {
Expand Down

0 comments on commit 963a951

Please sign in to comment.