Skip to content

Add test for Migration Helper (#518)#814

Merged
lex111 merged 2 commits intogitpoint:masterfrom
mbelsky:patch-1
Oct 2, 2018
Merged

Add test for Migration Helper (#518)#814
lex111 merged 2 commits intogitpoint:masterfrom
mbelsky:patch-1

Conversation

@mbelsky
Copy link
Copy Markdown
Contributor

@mbelsky mbelsky commented Oct 2, 2018

Hey,
There are a few tests for Migration Helper.

@coveralls
Copy link
Copy Markdown

coveralls commented Oct 2, 2018

Coverage Status

Coverage increased (+0.3%) to 42.355% when pulling 8b14fb9 on mbelsky:patch-1 into 67a17ae on gitpoint:master.

Copy link
Copy Markdown
Member

@lex111 lex111 left a comment

Choose a reason for hiding this comment

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

Hi @mbelsky!

Thank you for this, small fixes still need to be made and we can merge!

@@ -0,0 +1,44 @@
import {getRepoIdFromUrl, toOldIssueFormat, toOldUserFormat} from 'utils'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can you add spaces between curly braces?

import { getRepoIdFromUrl, toOldIssueFormat, toOldUserFormat } from 'utils'

state: 'StAte',
};
const repoId = 'git-point';

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why is there a space? Let's add one a space between the variable declarations and the expect calls, and stick with it in all it blocks, what do you think?

const a = 'something';
const b = 'something else';

expect(...);
expect(...);

@andrewda andrewda mentioned this pull request Oct 2, 2018
63 tasks
@mbelsky
Copy link
Copy Markdown
Contributor Author

mbelsky commented Oct 2, 2018

@lex111 Thanks for review, I've fixed that.

@lex111 lex111 merged commit 261db61 into gitpoint:master Oct 2, 2018
@lex111
Copy link
Copy Markdown
Member

lex111 commented Oct 2, 2018

@mbelsky it's awesome, thanks! Happy Hacktoberfest! 🎃

@housseindjirdeh
Copy link
Copy Markdown
Member

🎃

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.

4 participants