Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Having runCommand return a boolean #277

Merged
merged 3 commits into from
Oct 4, 2017
Merged

Conversation

Blackbaud-BobbyEarl
Copy link

@Blackbaud-BobbyEarl Blackbaud-BobbyEarl commented Sep 21, 2017

Via blackbaud/skyux-cli#131, skyux-cli will become more informed regarding if a module "handled" the command passed via runCommand. This PR satisfies that requirement.

@@ -57,15 +57,18 @@ describe('@blackbaud/skyux-builder', () => {
});
});

it('should handle unknown command', () => {
it('should return false unknown command', () => {

Choose a reason for hiding this comment

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

The name of this test should probably be "should return false for unknown command".

Choose a reason for hiding this comment

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

"for" sure. :-) Updated.

Choose a reason for hiding this comment

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

Forget the "for"? :)

@codecov-io
Copy link

codecov-io commented Sep 21, 2017

Codecov Report

Merging #277 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #277   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          58     58           
  Lines        1358   1358           
  Branches      205    205           
=====================================
  Hits         1358   1358
Flag Coverage Δ
#builder 100% <100%> (ø) ⬆️
#runtime 100% <ø> (ø) ⬆️
#srcapp 100% <ø> (ø) ⬆️
Impacted Files Coverage Δ
index.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1ac72c7...9239133. Read the comment docs.

@Blackbaud-BobbyEarl Blackbaud-BobbyEarl merged commit 092330d into master Oct 4, 2017
@Blackbaud-BobbyEarl Blackbaud-BobbyEarl deleted the return-runCommand branch October 4, 2017 13:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants