Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add flow for monorepo w/ independent versions #6
Add flow for monorepo w/ independent versions #6
Changes from 5 commits
3d5b014
6a42f71
10d62bc
cc69588
557b5c1
9b2d02f
c622b3a
f7c1538
3dfa8b0
137c0d9
29545e5
7a9af7e
c7d33f5
8f4864d
7ad7e75
a9b3d8c
8ceda73
b8521a1
3ab9e27
9fbf13c
0931959
05f66e0
20bca54
006fe54
cbdf61a
6a3887a
ecbba2b
fec220a
ad02957
eb391cf
58dcdf1
6c52cc7
7565f34
fd2c322
d8f9c78
fa6b380
1e5a8d6
fc30d38
e367ac1
761377f
35f5085
b4d820d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file uses
yargs
to parse command-line arguments. It's pretty hard to mockyargs
given its flexible API, and this is the only thing this file does, so I opted not to write tests for it. If there's a way to do this however then I'd love to know!