chore: initialize qiming workspace repository
This commit is contained in:
11
qimingcode/packages/app/e2e/todo.spec.ts
Normal file
11
qimingcode/packages/app/e2e/todo.spec.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { test } from "@playwright/test"
|
||||
|
||||
test(
|
||||
"test something cool",
|
||||
{
|
||||
annotation: { type: "todo" },
|
||||
},
|
||||
async () => {
|
||||
test.fixme()
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user