Skip to content

Commit

Permalink
fix errors in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jul 29, 2022
1 parent c769767 commit 8a185ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/cases/jsx/jsx.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ describe('Run WCC For ', function() {
const { html, metadata } = await renderToString(new URL('./src/counter.jsx', import.meta.url));

meta = metadata;
rawHtml = html;
dom = new JSDOM(html);
});

Expand All @@ -37,7 +36,6 @@ describe('Run WCC For ', function() {

before(async function() {
buttons = dom.window.document.querySelectorAll('button');
span = dom.window.document.querySelectorAll('button');
});

describe('Metadata', () => {
Expand Down

0 comments on commit 8a185ad

Please sign in to comment.