mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
e83b5095f1
commit
1f3d72b8d3
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ describe('astro cli', () => {
|
|||
const proc = cli('dev', '--root', fileURLToPath(projectRootURL));
|
||||
const { messages } = await parseCliDevStart(proc);
|
||||
|
||||
const index = messages[0].includes("[vite]") ? 1 : 0
|
||||
const index = messages[0].includes('[vite]') ? 1 : 0;
|
||||
|
||||
expect(messages[index]).to.contain('astro');
|
||||
expect(messages[index]).to.contain(pkgVersion);
|
||||
|
|
Loading…
Reference in a new issue