0
Fork 0
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:
Matthew Phillips 2021-12-23 12:21:25 -05:00
parent 186d98f8eb
commit f0dbe76b29

View file

@ -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 () => {