fix: align test fixture arg order + add zakame to AUTHOR_MAP

Conflict resolution prefixes --workspace web before --silent (preserving
the Termux npm_workspace_args path); update test_cmd_update fixture to match.
Add zakame@zakame.net -> zakame mapping so CI author check passes.
This commit is contained in:
Teknium
2026-06-06 18:22:20 -07:00
parent 675fb10240
commit 7db7a9462d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ class TestCmdUpdateBranchFallback:
# The web/ install runs from the workspace root when the root
# lockfile exists (npm workspaces hoist node_modules upward).
assert npm_calls[2:] == [
(["/usr/bin/npm", "ci", "--silent", "--workspace", "web"], PROJECT_ROOT),
(["/usr/bin/npm", "ci", "--workspace", "web", "--silent"], PROJECT_ROOT),
]
# The web UI build itself went through the streaming helper.