Skip to content

Commit 6e436c6

Browse files
committed
chore: import Page via type
1 parent fd2c9de commit 6e436c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assets/example.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { test, expect, Page } from '@playwright/test';
1+
import { test, expect, type Page } from '@playwright/test';
22

33
test.beforeEach(async ({ page }) => {
44
await page.goto('https://demo.playwright.dev/todomvc');

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-playwright",
3-
"version": "1.17.116",
3+
"version": "1.17.117",
44
"description": "Getting started with writing end-to-end tests with Playwright.",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",

0 commit comments

Comments
 (0)