mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
8f8f15ca1d
commit
72c1d5d531
1 changed files with 1 additions and 2 deletions
|
@ -96,9 +96,8 @@ describe('endpoints', () => {
|
|||
await done;
|
||||
|
||||
assert.ok(true);
|
||||
|
||||
} catch (err) {
|
||||
assert.fail(err)
|
||||
assert.fail(err);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue