From 527a3634d4a7686544c95e984c1f82cb96c9f88a Mon Sep 17 00:00:00 2001 From: tony-sull Date: Fri, 29 Apr 2022 21:16:50 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/astro-directives.test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/astro/test/astro-directives.test.js b/packages/astro/test/astro-directives.test.js index 0a262a5e4..161063e97 100644 --- a/packages/astro/test/astro-directives.test.js +++ b/packages/astro/test/astro-directives.test.js @@ -26,7 +26,9 @@ describe('Directives', async () => { expect($('style').toString()).to.include('--bg: white;'); expect($('style').toString()).to.include('--fg: black;'); - const scopedClass = $('html').attr('class').split(' ') + const scopedClass = $('html') + .attr('class') + .split(' ') .find((name) => /^astro-[A-Za-z0-9-]+/.test(name)); expect($('style').toString().replace(/\s+/g, '')).to.equal(