Skip to content

Commit

Permalink
test: fixed test tsc
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
  • Loading branch information
arthurfiorette authored Nov 8, 2023
1 parent 9419997 commit 7da9c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tags.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ describe('Tags', () => {

assert.equal('<meta charset="utf8"/>', <meta charset="utf8"></meta>);

//@ts-expect-error - invalid html
assert.equal('<video autoplay></video>', <video autoplay></video>);
//@ts-expect-error - invalid type
assert.equal('<video autoplay=""></video>', <video autoplay=""></video>);

//@ts-expect-error - invalid type
assert.equal('<video autoplay="test"></video>', <video autoplay="test"></video>);
});

Expand Down

0 comments on commit 7da9c5c

Please sign in to comment.