diff options
Diffstat (limited to 'packages/astro/e2e/client-only.test.js')
-rw-r--r-- | packages/astro/e2e/client-only.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/e2e/client-only.test.js b/packages/astro/e2e/client-only.test.js index 08c5fb3ac..62a05f8dc 100644 --- a/packages/astro/e2e/client-only.test.js +++ b/packages/astro/e2e/client-only.test.js @@ -1,7 +1,7 @@ import { expect } from '@playwright/test'; import { testFactory } from './test-utils.js'; -const test = testFactory({ root: './fixtures/client-only/' }); +const test = testFactory(import.meta.url, { root: './fixtures/client-only/' }); let devServer; |