[ci] yarn format
This commit is contained in:
parent
7ccfc7c03c
commit
b9c5b7e980
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ StylesSSR('Astro scoped styles', async ({ runtime }) => {
|
||||||
scopedClass = match;
|
scopedClass = match;
|
||||||
return match;
|
return match;
|
||||||
});
|
});
|
||||||
|
|
||||||
assert.ok(scopedClass, `Astro component missing scoped class`);
|
assert.ok(scopedClass, `Astro component missing scoped class`);
|
||||||
assert.match(el1.attr('class'), `blue ${scopedClass}`);
|
assert.match(el1.attr('class'), `blue ${scopedClass}`);
|
||||||
assert.match(el2.attr('class'), `visible ${scopedClass}`);
|
assert.match(el2.attr('class'), `visible ${scopedClass}`);
|
||||||
|
|
Loading…
Reference in a new issue