Skip to content

Commit 6545a4f

Browse files
committed
wip
1 parent 6016055 commit 6545a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

basic/0-failing.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { expect } from "@playwright/test";
22
import { test } from "./base.ts";
3+
console.log("asd");
34

45
test("basic test @basic", async ({ page }) => {
56
await page.goto("https://demo.playwright.dev/todomvc");

0 commit comments

Comments
 (0)