From 0519601b5269a37fd74a8bc66d3ddb50de1f563d Mon Sep 17 00:00:00 2001 From: tony-sull Date: Mon, 20 Jun 2022 19:10:59 +0000 Subject: [PATCH] [ci] format --- packages/markdown/remark/test/expressions.test.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/markdown/remark/test/expressions.test.js b/packages/markdown/remark/test/expressions.test.js index 0361e1df8..db351f9d8 100644 --- a/packages/markdown/remark/test/expressions.test.js +++ b/packages/markdown/remark/test/expressions.test.js @@ -81,7 +81,7 @@ describe('expressions', () => { .expect(code) .to.equal( '

The ampersand in   must be encoded in code blocks.

' - ) + ); }); it('should be able to encode ampersand characters in fenced code blocks', async () => { @@ -91,12 +91,8 @@ describe('expressions', () => { \`\`\` `); - chai - .expect(code) - .to.match( - /^
.*The ampersand in ` `/
-			);
-	})
+		chai.expect(code).to.match(/^
.*The ampersand in ` `/);
+	});
 
 	it('should be able to serialize function expression', async () => {
 		const { code } = await renderMarkdown(