mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -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;
|
await done;
|
||||||
|
|
||||||
assert.ok(true);
|
assert.ok(true);
|
||||||
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
assert.fail(err)
|
assert.fail(err);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue