Skip to content

Commit

Permalink
Re-remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Sep 16, 2024
1 parent a64bb63 commit 9e0ff28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/browser/media.vdiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ const mediaTag = defineCE(

describe('media', () => {

it('default', async() => {
const elem = await fixture(`<${mediaTag}></${mediaTag}>`);
await expect(elem).to.be.golden();
});

['screen', 'print'].forEach(media => {
it(media, async() => {
const elem = await fixture(`<${mediaTag}></${mediaTag}>`, { media });
Expand Down

0 comments on commit 9e0ff28

Please sign in to comment.