From b9c5b7e9807c4ecb6c3ed0596ce1605db103c644 Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Tue, 20 Jul 2021 19:23:50 +0000 Subject: [PATCH] [ci] yarn format --- packages/astro/test/astro-styles-ssr.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`);