0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

test: fix test typo

This commit is contained in:
Nate Moore 2022-05-31 10:58:04 -05:00
parent 16cefdf9de
commit 038886f499

View file

@ -45,7 +45,7 @@ describe('Slots', () => {
}); });
it('Components that accept slots don\'t require theme', async () => { it('Components that accept slots don\'t require theme', async () => {
const html = await fixture.readFile('/empty.html'); const html = await fixture.readFile('/empty/index.html');
const $ = cheerio.load(html); const $ = cheerio.load(html);
expect($('#a').length).to.equal(1); expect($('#a').length).to.equal(1);