fix-new-npm #853

Merged
philipp merged 34 commits from fix-new-npm into main 2025-01-10 14:35:43 +01:00
Showing only changes of commit 352dad8e6c - Show all commits

View File

@ -1,4 +1,5 @@
import { test, expect, Page } from "@playwright/test";
import { test, expect, } from "@playwright/test";
import type { Page } from "@playwright/test";
test("cox can create and delete trip", async ({ page }) => {
await page.goto("/auth");