d2/e2etests/todo_test.go
2022-11-07 19:35:09 -08:00

12 lines
120 B
Go

package e2etests
import (
_ "embed"
"testing"
)
func testTodo(t *testing.T) {
tcs := []testCase{}
runa(t, tcs)
}