mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
Create todo.spec.ts
This commit is contained in:
parent
6d66973fd5
commit
0d500a735f
1 changed files with 11 additions and 0 deletions
11
packages/app/e2e/todo.spec.ts
Normal file
11
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()
|
||||
},
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue