Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanxiao committed Apr 29, 2023
1 parent 9726b44 commit dfa6cd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/test/astro-slot-with-client.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('Slots with client: directives', () => {
it('Tags of dynamic tags works', async () => {
const html = await fixture.readFile('/index.html');
const $ = cheerio.load(html);
console.log($('script'));
expect($('script')).to.have.a.lengthOf(1);
});

Expand Down

0 comments on commit dfa6cd7

Please sign in to comment.