[ci] format
This commit is contained in:
parent
1bf12260af
commit
54aba7231d
4 changed files with 9 additions and 9 deletions
|
@ -118,13 +118,13 @@ describe('astro cli i18n', () => {
|
|||
const projectRootURL = new URL('./fixtures/astro-basic/', import.meta.url);
|
||||
let error = null;
|
||||
try {
|
||||
const proc = cli('dev', '--root', fileURLToPath(projectRootURL), { env: { LANG: locale }});
|
||||
await parseCliDevStart(proc)
|
||||
const proc = cli('dev', '--root', fileURLToPath(projectRootURL), { env: { LANG: locale } });
|
||||
await parseCliDevStart(proc);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
error = e.message;
|
||||
}
|
||||
expect(error).to.be.null;
|
||||
});
|
||||
})
|
||||
})
|
||||
});
|
||||
});
|
||||
|
|
|
@ -33,7 +33,7 @@ describe('Error display', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Framework components', function() {
|
||||
describe('Framework components', function () {
|
||||
let devServer;
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue