Skip to content

Commit

Permalink
test: clean unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Sep 17, 2021
1 parent 8aa05e1 commit d82402e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/checkbox/test/checkbox.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,6 @@ describe('checkbox', () => {
expect(checkbox.indeterminate).to.be.false;
});

// TODO: Out of the date
// it('native checkbox should have the `presentation` role', () => {
// expect(input.getAttribute('role')).to.be.eql('presentation');
// });

// TODO: Out of the date
// it('host should have the `checkbox` role', () => {
// expect(checkbox.getAttribute('role')).to.be.eql('checkbox');
// });

it('should set active attribute on input click', () => {
mousedown(input);
expect(checkbox.hasAttribute('active')).to.be.true;
Expand Down

0 comments on commit d82402e

Please sign in to comment.