Skip to content

Commit

Permalink
chore: playwright config in esm
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Jul 10, 2024
1 parent 38bbfa0 commit d7486c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 123 deletions.
5 changes: 0 additions & 5 deletions app-min/e2e__if_playwright/app.spec.ext__if_not_plugin
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
// @if typescript
import { test, expect } from '@playwright/test';
// @endif
// @if babel
const { test, expect } = require('@playwright/test');
// @endif

test.beforeEach(async ({ page }) => {
await page.goto('http://localhost:9000');
Expand Down
118 changes: 0 additions & 118 deletions playwright/playwright.config.ext

This file was deleted.

0 comments on commit d7486c7

Please sign in to comment.