Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Refines and mocks tests - Completes #25 #32

Merged
merged 4 commits into from Jun 22, 2017
Merged

Conversation

toschdev
Copy link
Contributor

Completes #25

commands/get.js Outdated

return output;

if( (userInput.options.json === true || config.json === true) && userInput.options.json !== false) {
Copy link
Contributor

@MaciejBaj MaciejBaj Jun 22, 2017

Choose a reason for hiding this comment

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

if( ( -> if ((
also would be cool to have the same files formats convention across all the projects

Copy link
Contributor

Choose a reason for hiding this comment

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

#33 addresses it, nevermind


});

});
Copy link
Contributor

Choose a reason for hiding this comment

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

missing empty line at the end

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no

package.json Outdated
@@ -34,7 +34,8 @@
"mocha": "^3.3.0",
"nyc": "^10.3.2",
"should": "^11.2.1",
"sinon": "^2.3.1"
"sinon": "^2.3.1",
"sinon-as-promised": "^4.0.3"
Copy link
Contributor

Choose a reason for hiding this comment

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

please fix versions

Copy link
Contributor

@MaciejBaj MaciejBaj left a comment

Choose a reason for hiding this comment

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

please look at comments

@toschdev toschdev dismissed MaciejBaj’s stale review June 22, 2017 09:09

empty line in the end is fixed, everything else resolved

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants