mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
9056d8dd05
commit
e67d7e66a9
1 changed files with 5 additions and 1 deletions
|
@ -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}`);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue