mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
71db79e62a
commit
810f7b23c8
1 changed files with 1 additions and 1 deletions
|
@ -207,6 +207,6 @@ describe('install', () => {
|
|||
assert.equal(fixture.hasMessage('check Be sure to follow the CHANGELOG.'), true);
|
||||
const [changelog, major] = fixture.messages().slice(-4);
|
||||
assert.match(changelog, /^check/);
|
||||
assert.match(major, /^major/)
|
||||
assert.match(major, /^major/);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue