-
Notifications
You must be signed in to change notification settings - Fork 532
Add a is-checked
class to element where the input is checked to ease customisation
#141
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 a is-checked
class to element where the input is checked to ease customisation
#141
Conversation
…e customisation. Add checklist back into the schema of dev
Could you add tests, which checks the new classes? |
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.
@icebob should I continue this way with the other unit test ?
}); | ||
|
||
|
||
describe("test values reactivity to changes", () => { |
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.
I have grouped the test a little bit, is this okay, and can I do the same thing in checklist
's tests ?
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.
Great! Yes please!
vm.$nextTick( () => { | ||
expect(model.skills).to.be.equal("HTML5"); | ||
done(); | ||
describe("test 'is-checked' class attribution reactivity to changes", () => { |
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.
Same thing, grouping test for better readability
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.
Nice!
@icebob can you validate what I did, this is blocking my progress on this PR. Thanks ! |
I checked & approved your changes, just I thought you will do this grouping on checklist too in this PR. |
}); | ||
|
||
|
||
describe("test values reactivity to changes", () => { |
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.
Great! Yes please!
vm.$nextTick( () => { | ||
expect(model.skills).to.be.equal("HTML5"); | ||
done(); | ||
describe("test 'is-checked' class attribution reactivity to changes", () => { |
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.
Nice!
Sorry, I haven't been notified of your replies. Of course, I'm going to do the same for checklist, I just wanted to confirm this format before doing it for checklist. |
@icebob Is everything OK ? I can merge ? |
Ok, mergeable. |
close #140