d2/e2etests/todo_test.go

13 lines
120 B
Go
Raw Normal View History

package e2etests
import (
_ "embed"
"testing"
)
func testTodo(t *testing.T) {
2022-11-08 03:35:06 +00:00
tcs := []testCase{}
runa(t, tcs)
}