[ci] format

This commit is contained in:
tony-sull 2022-04-29 21:16:50 +00:00 committed by github-actions[bot]
parent d25dc4c448
commit 527a3634d4

View file

@ -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(