feat: miro test command

This commit is contained in:
2026-03-19 20:15:11 +00:00
parent 5ebca22225
commit e5b767e35f
12 changed files with 942 additions and 16 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
const defaultTestDir = "e2e"
// Init creates the default config when missing and leaves valid config untouched.
// Init creates the default config when missing and refreshes the recorder shell.
func Init() error {
root, err := currentProjectRoot()
if err != nil {