0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
Martin Trapp 2024-04-17 09:57:24 +00:00 committed by astrobot-houston
parent dc74afca9f
commit 1452cf69a4

View file

@ -1405,7 +1405,7 @@ test.describe('View Transitions', () => {
}); });
test('transition:persist persists selection', async ({ page, astro }) => { test('transition:persist persists selection', async ({ page, astro }) => {
let text = ""; let text = '';
page.on('console', (msg) => { page.on('console', (msg) => {
text = msg.text(); text = msg.text();
}); });