UNPKG

create-jaydee-app

Version:

This is a project created with Create Jaydee App.

7 lines (5 loc) 174 B
import { test, expect } from "@playwright/test"; test("has title", async ({ page }) => { await page.goto("/"); expect(await page.title()).toBe("Create Jaydee App"); });