mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -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 {
|
try {
|
||||||
await fixture.build();
|
await fixture.build();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
assert.equal(e, undefined, `Should not throw`)
|
assert.equal(e, undefined, `Should not throw`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue