[ci] format
This commit is contained in:
parent
1bf12260af
commit
54aba7231d
4 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
});
|
||||
})
|
||||
})
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue