Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Conversation

@dennisseah
Copy link
Collaborator

@dennisseah dennisseah commented Jan 23, 2020

  1. have command decoration to a separation JSON file
  2. improve test coverage from 60 to 80%.
  3. create helper functions for creating random dir
  4. create helper functions for checking if file exists
  5. remove unused function (ls) in init.ts
  6. proper exit code for init.ts
  7. make reduce function in init.ts more readable

successfully ran validations.sh

Related to microsoft/bedrock#885

dennisseah and others added 30 commits January 16, 2020 16:47
1. move the command decoration out to a JSON file
2. standardized on command decorator function name, initCommandDecorator -> commandDecorator
3. added support for having default values in command builder
4. added tests to boost the coverage from 59% to 89%
5. create helper functions in tests so test code is more manage-able
1. have command decoration to a separation JSON file
2. improve test coverage from 60 to 80%.
3. create helper functions for creating random dir
4. create helper functions for checking if file exists
5. remove unused function (ls) in init.ts
6. proper exit code for init.ts
7. make reduce function in init.ts more readable

successfully ran validations.sh
@andrebriggs andrebriggs self-requested a review January 25, 2020 20:43
@dennisseah dennisseah requested a review from evanlouie January 27, 2020 15:38
@andrebriggs
Copy link
Collaborator

@sarath-p @mtarng

Copy link
Contributor

@sarath-p sarath-p left a comment

Choose a reason for hiding this comment

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

Looks good.

@mtarng
Copy link
Collaborator

mtarng commented Jan 27, 2020

Do you think src/lib/ioUtil.ts would only be used to unit tests? If so, could we move it under src/test/ioUtil.ts? @dennisseah

@dennisseah
Copy link
Collaborator Author

Do you think src/lib/ioUtil.ts would only be used to unit tests? If so, could we move it under src/test/ioUtil.ts? @dennisseah

I hope to not restrict it to tests. Thanks

@dennisseah dennisseah merged commit 5706003 into CatalystCode:master Jan 27, 2020
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