Files
qiming/qimingcode/packages/app/e2e/todo.spec.ts

12 lines
155 B
TypeScript

import { test } from "@playwright/test"
test(
"test something cool",
{
annotation: { type: "todo" },
},
async () => {
test.fixme()
},
)