main #111

Merged
forbes merged 53 commits from main into production 2026-02-15 14:37:31 +00:00
Showing only changes of commit 138ce16010 - Show all commits

View File

@@ -3,7 +3,6 @@ package testutil
import (
"context"
"fmt"
"os"
"path/filepath"
"sort"
@@ -112,6 +111,4 @@ func findProjectRoot(t *testing.T) string {
}
dir = parent
}
panic(fmt.Sprintf("unreachable"))
}