mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
dc74afca9f
commit
1452cf69a4
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue