Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.

Commit

Permalink
remove code don't comment it out
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Baldwin committed Sep 1, 2017
1 parent 1d0b7b5 commit 82ee301
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions test/unit.js
Expand Up @@ -235,23 +235,6 @@ describe('check', function () {
});
});

// it('works offline with shrinkwrap object', function (done) {

// var options = {
// shrinkwrap: require(workingOptions.shrinkwrap),
// exceptions: exceptions,
// advisoriesPath: Path.resolve(process.cwd(), './test/data/advisories.json'),
// offline: true
// };

// Check(options, function (err, results) {

// expect(err).to.not.exist();
// expect(results).to.exist();
// done();
// });
// });

it('Responds correctly to validation errors', function (done) {

Nock('https://api.nodesecurity.io')
Expand Down

0 comments on commit 82ee301

Please sign in to comment.