TEMP: watching for console logs

This commit is contained in:
Tony Sullivan 2022-05-20 23:04:07 -05:00
parent 10861181c6
commit 3e8db19817

View file

@ -23,6 +23,7 @@ test.afterEach(async ({ astro }) => {
});
test.only('Solid', async ({ page, astro }) => {
page.on('console', msg => console.log('Solid::', msg.text()));
await page.goto(astro.resolveUrl('/'));
await test.step('server only', async () => {