0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
tony-sull 2022-05-10 21:06:25 +00:00 committed by github-actions[bot]
parent e22f7364ce
commit 0913afb255

View file

@ -36,6 +36,6 @@ describe('Custom 404', () => {
expect($('h1').text()).to.equal('Page not found');
expect($('p').text()).to.equal('/a/');
})
});
});
});