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:
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 () => {
|
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);
|
||||||
|
|
Loading…
Reference in a new issue