mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
116cfb63e3
commit
b2a6ee5c81
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ describe('Vue with multi-renderer', () => {
|
|||
try {
|
||||
await fixture.build();
|
||||
} catch (e) {
|
||||
assert.equal(e, undefined, `Should not throw`)
|
||||
assert.equal(e, undefined, `Should not throw`);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue