mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Update version in test due to releases GH
This commit is contained in:
parent
186d98f8eb
commit
f0dbe76b29
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ describe('Node builtins', () => {
|
|||
const $ = cheerio.load(html);
|
||||
|
||||
expect($('#version').text()).to.equal('1.2.0');
|
||||
expect($('#dep-version').text()).to.equal('0.0.1');
|
||||
expect($('#dep-version').text()).to.equal('0.1.0');
|
||||
});
|
||||
|
||||
it('Can also be used with the non-prefixed version', async () => {
|
||||
|
|
Loading…
Reference in a new issue