[ci] yarn format
This commit is contained in:
parent
4682f8fdce
commit
fb4eb080ec
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ describe('<Debug />', () => {
|
||||||
if (isMacOS) return;
|
if (isMacOS) return;
|
||||||
|
|
||||||
/** @type {import('./test-utils').Fixture} */
|
/** @type {import('./test-utils').Fixture} */
|
||||||
let fixture
|
let fixture;
|
||||||
/** @type {import('./test-utils').DevServer} */
|
/** @type {import('./test-utils').DevServer} */
|
||||||
let devServer;
|
let devServer;
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ describe('<Debug />', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
after(async () => {
|
after(async () => {
|
||||||
devServer && await devServer.stop();
|
devServer && (await devServer.stop());
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Works in markdown pages', async () => {
|
it('Works in markdown pages', async () => {
|
||||||
|
|
Loading…
Reference in a new issue