0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

test: fix broken e2e test (#11860)

This commit is contained in:
Emanuele Stoppa 2024-08-28 14:57:20 +01:00 committed by GitHub
parent cfbf428643
commit fe80a2cc0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
import { expect } from '@playwright/test';
import { testFactory, waitForHydrate } from './test-utils.js';
const test = testFactory({ root: './fixtures/client-idle-timeout/' });
const test = testFactory(import.meta.url, { root: './fixtures/client-idle-timeout/' });
let devServer;