Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final Newman v4 cleanup #1657

Merged
merged 7 commits into from
Aug 3, 2018
Merged

Final Newman v4 cleanup #1657

merged 7 commits into from
Aug 3, 2018

Conversation

codenirvana
Copy link
Member

No description provided.

@codenirvana codenirvana added the v4 label Aug 3, 2018
@codenirvana codenirvana self-assigned this Aug 3, 2018
@@ -88,7 +118,6 @@ describe('cli parser', function () {
cli('node newman.js run myCollection.json'.split(' '), 'run',
function (err, opts) {
expect(err).to.be.null;
expect(opts.command).to.equal('run');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -75,10 +75,7 @@ module.exports = {
validProp && (result[key] = value);

return result;
}, {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1,4 +1,3 @@
module.exports = {
run: require('./run'),
version: require('./version')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kunagpal
kunagpal previously approved these changes Aug 3, 2018
@kunagpal kunagpal merged commit 6e0b51d into feature/v4 Aug 3, 2018
@kunagpal kunagpal deleted the feature/cleanup branch August 3, 2018 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants