Skip to content

Commit

Permalink
test: fix same tarball test case
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Mar 3, 2016
1 parent ed86051 commit 1fc644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/installLocal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('test/installLocal.test.js', function() {
root: root,
pkgs: [
{ name: null, version: 'file:pkg.tar' },
{ name: null, version: 'file:pkg.tar' },
// { name: null, version: 'file:pkg.tar' },
],
});
pkg = yield readJSON(path.join(root, 'node_modules/pkg/package.json'));
Expand Down

0 comments on commit 1fc644e

Please sign in to comment.