Files
MuyueWorkspace/internal/api/browsertest.go
Muyue 6d2f174ae8
All checks were successful
PR Check / check (pull_request) Successful in 54s
fix(ci): rename browser_test.go → browsertest.go
The suffix _test.go makes Go treat the file as a test file (only
compiled during 'go test'), so server.go could not see the exported
BrowserTestStore / NewBrowserTestStore / RegisterBrowserTestTool and
the four handler methods at build time. Rename to a non-test name
keeps the same package-level visibility but compiles into the regular
api package.
2026-04-27 11:16:36 +02:00

19 KiB