0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-12-06 10:32:09 +00:00 committed by astrobot-houston
parent 8f8f15ca1d
commit 72c1d5d531

View file

@ -96,9 +96,8 @@ describe('endpoints', () => {
await done;
assert.ok(true);
} catch (err) {
assert.fail(err)
assert.fail(err);
}
});
});