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

Fix tests/lint build errors #2

Closed
wants to merge 2 commits into from

Conversation

tay1orjones
Copy link

Resolves #1

tests/args.js Outdated
@@ -8,7 +8,7 @@ test('Bad Slug', t => {
return args().then(() => {
t.fail('Should Not Pass');
}).catch(e => {
t.is(e.message, 'REPO_SLUG needs to contain user and repo name (e.g. \'snugug/reparo\'). Set to \'snugug\'');
t.is(e.message, 'Repository Slug needs to contain user and repo name (e.g. \'snugug/reparo\'). Set to \'snugug\'');
Copy link
Owner

Choose a reason for hiding this comment

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

Please revert this back.

Copy link
Author

Choose a reason for hiding this comment

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

Tests don't pass with the mismatching messages. Should I change back this and also update the message within ./lib/args.js as well?

@tay1orjones
Copy link
Author

@Snugug please review changes. Tests do not pass without matching messages in lib/args.js and tests/args.js

@tay1orjones tay1orjones closed this Feb 3, 2021
@tay1orjones tay1orjones deleted the fix-build-errors branch February 3, 2021 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error: unknown option '--url'
2 participants