Skip to content

Commit

Permalink
Fix playwright using cjs require
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 15, 2024
1 parent 45cb61e commit e413f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { defineConfig } from '@playwright/test';
export default defineConfig({
testDir: './tests/integration',
/* Run local instance before starting the tests */
globalSetup: require.resolve('./playwright.setup'),
globalSetup: './playwright.setup',
});

0 comments on commit e413f83

Please sign in to comment.