0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Atharva 2024-02-12 12:22:56 +00:00 committed by astrobot-houston
parent 116cfb63e3
commit b2a6ee5c81

View file

@ -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`);
} }
}); });
}); });