summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-07-20 19:23:50 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-20 19:23:50 +0000
commitb9c5b7e9807c4ecb6c3ed0596ce1605db103c644 (patch)
tree2aa616bb056e7a67152371bf819d1e5198355bc5
parent7ccfc7c03ccbc32eb08d2a1664987227a270261c (diff)
downloadastro-b9c5b7e9807c4ecb6c3ed0596ce1605db103c644.tar.gz
astro-b9c5b7e9807c4ecb6c3ed0596ce1605db103c644.tar.zst
astro-b9c5b7e9807c4ecb6c3ed0596ce1605db103c644.zip
[ci] yarn format
-rw-r--r--packages/astro/test/astro-styles-ssr.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/astro-styles-ssr.test.js b/packages/astro/test/astro-styles-ssr.test.js
index e83620c8d..3d3bbcaf9 100644
--- a/packages/astro/test/astro-styles-ssr.test.js
+++ b/packages/astro/test/astro-styles-ssr.test.js
@@ -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}`);