[ci] yarn format

This commit is contained in:
FredKSchott 2021-07-20 19:23:50 +00:00 committed by GitHub Actions
parent 7ccfc7c03c
commit b9c5b7e980

View file

@ -116,7 +116,7 @@ StylesSSR('Astro scoped styles', async ({ runtime }) => {
scopedClass = match;
return match;
});
assert.ok(scopedClass, `Astro component missing scoped class`);
assert.match(el1.attr('class'), `blue ${scopedClass}`);
assert.match(el2.attr('class'), `visible ${scopedClass}`);