Skip to content

Commit

Permalink
Removed incorrect cli test 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
kunagpal committed Aug 6, 2018
1 parent 3c133fe commit 0861dad
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/unit/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ describe('cli parser', function () {
newmanCLI = require('../../bin/newman');
});

it('should throw an error if no argument is provided', function (done) {
cli('node newman.js'.split(' '), null, function (err) {
expect(err).to.have.property('message', 'no arguments provided');

done();
});
});

describe('Run Command', function () {
// stub `newman.run`, directly return options passed to `newman.run` in newmanCLI.
before(function () {
Expand Down

0 comments on commit 0861dad

Please sign in to comment.