mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
test: fix test typo
This commit is contained in:
parent
16cefdf9de
commit
038886f499
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ describe('Slots', () => {
|
|||
});
|
||||
|
||||
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);
|
||||
|
||||
expect($('#a').length).to.equal(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue