[ci] yarn format
This commit is contained in:
parent
2671b6f9cc
commit
f04b82d47e
2 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ StylesSSR('Astro scoped styles skipped without <style>', async ({ runtime }) =>
|
|||
const result = await runtime.load('/');
|
||||
const $ = doc(result.contents);
|
||||
|
||||
assert.type($('#no-scope').attr('class'), 'undefined', `Astro component without <style> should not include scoped class`)
|
||||
assert.type($('#no-scope').attr('class'), 'undefined', `Astro component without <style> should not include scoped class`);
|
||||
});
|
||||
|
||||
StylesSSR.run();
|
||||
|
|
Loading…
Reference in a new issue