Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Jun 20, 2024
1 parent 9056d8d commit e67d7e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/astro/test/astro-sync.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
}
Expand Down

0 comments on commit e67d7e6

Please sign in to comment.