0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -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 {
await fixture.build();
} catch (e) {
assert.equal(e, undefined, `Should not throw`)
assert.equal(e, undefined, `Should not throw`);
}
});
});