[ci] format

This commit is contained in:
bholmesdev 2022-05-18 15:46:22 +00:00 committed by github-actions[bot]
parent 1bf12260af
commit 54aba7231d
4 changed files with 9 additions and 9 deletions

View file

@ -119,12 +119,12 @@ describe('astro cli i18n', () => {
let error = null;
try {
const proc = cli('dev', '--root', fileURLToPath(projectRootURL), { env: { LANG: locale } });
await parseCliDevStart(proc)
await parseCliDevStart(proc);
} catch (e) {
console.log(e);
error = e.message;
}
expect(error).to.be.null;
});
})
})
});
});