Skip to content

Commit

Permalink
test(style): remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jul 21, 2022
1 parent a100a00 commit 917788d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/auro-datepicker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ describe('auro-datepicker', () => {
// await expect(el).to.be.accessible();
// });

it('sets the CSS class on auro-datepicker > div element', async () => {
const el = await fixture(html`
<auro-datepicker class="testClass"></auro-datepicker>
`);

expect(el.className).to.equal('testClass');
});

it('custom element is defined', async () => {
const el = await !!customElements.get("auro-datepicker");

Expand Down

0 comments on commit 917788d

Please sign in to comment.