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

Remove option method #17

Merged
merged 7 commits into from
Jul 27, 2017
Merged

Remove option method #17

merged 7 commits into from
Jul 27, 2017

Conversation

sculove
Copy link
Contributor

@sculove sculove commented Jul 18, 2017

  • remove option method

@sculove sculove requested a review from mixed July 18, 2017 07:52
@coveralls
Copy link

Coverage Status

Coverage decreased (-14.1%) to 73.62% when pulling 2302871 on sculove:removeOption into 0ad120e on naver:master.

@@ -3,7 +3,7 @@ import Component from "../../src/Component";
class TestClass extends Component {
constructor(option) {
super();
this.option(option);
this.option = option;
Copy link
Member

Choose a reason for hiding this comment

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

GOOD. 👍
Could you make testcase for option property?

Copy link
Member

Choose a reason for hiding this comment

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

Ah.. Currently, Did Testcase have breaking?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mixed test is passed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I should change option to options.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.9%) to 86.861% when pulling adb7ed7 on sculove:removeOption into 0ad120e on naver:master.

@sculove
Copy link
Contributor Author

sculove commented Jul 21, 2017

I missed code deletion for options. now I handle it!

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.9%) to 86.861% when pulling 0428adc on sculove:removeOption into 0ad120e on naver:master.

@sculove sculove merged commit c4d5d26 into naver:master Jul 27, 2017
@sculove sculove deleted the removeOption branch July 27, 2017 05:14
@mixed mixed mentioned this pull request Mar 21, 2018
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.

3 participants