mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
docs(switch): point development guide at multi-method transfer docs
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -49,4 +49,11 @@ mustContain(install, "switch-transfer.md", "install")
|
||||
mustContain(build, "switch-transfer.md", "build")
|
||||
mustContain(build, "nxlink", "build")
|
||||
|
||||
local development = read("docs/switch-development.md")
|
||||
mustContain(development, "switch-transfer.md", "development")
|
||||
check(development:find("Non-macOS contributor MTP runbooks", 1, true) == nil,
|
||||
"development must not list Non-macOS runbooks as absent")
|
||||
check(development:find("VoxelMod (and other community mods) OLED smoke still **pending**", 1, true) == nil,
|
||||
"development must not list VoxelMod smoke as pending")
|
||||
|
||||
print("switch_transfer_docs_test: OK")
|
||||
|
||||
Reference in New Issue
Block a user