From e67d7e66a9e9f09b316d87f27d0d9c861b7adca7 Mon Sep 17 00:00:00 2001 From: Mark Gaze Date: Thu, 20 Jun 2024 12:31:41 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/astro-sync.test.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/astro/test/astro-sync.test.js b/packages/astro/test/astro-sync.test.js index 835929ff3c14..85f6551e6668 100644 --- a/packages/astro/test/astro-sync.test.js +++ b/packages/astro/test/astro-sync.test.js @@ -72,7 +72,11 @@ const createFixture = () => { module: ts.ModuleKind.ESNext, }, }); - assert.equal(result.outputText, '', `${path} should be valid TypeScript. Output: ${result.outputText}`); + assert.equal( + result.outputText, + '', + `${path} should be valid TypeScript. Output: ${result.outputText}` + ); } catch (error) { assert.fail(`${path} is not valid TypeScript. Error: ${error.message}`); }