Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
also, remove unused import.
  • Loading branch information
Manuel Mujica committed Sep 18, 2017
1 parent 4c7da96 commit c61222b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions test/npm/normalize_plugins-config_test.js
@@ -1,3 +1,4 @@
var helpers = require("./helpers")(System);

QUnit.module("npm normalize - 'plugins' config");

Expand Down
1 change: 0 additions & 1 deletion test/npm/normalize_test.js
@@ -1,6 +1,5 @@
var helpers = require("./helpers")(System);
var Package = helpers.Package;
var utils = require("../../ext/npm-utils");

require("./normalize_main-config_test");
require("./normalize_plugins-config_test");
Expand Down

0 comments on commit c61222b

Please sign in to comment.