📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -173,7 +173,7 @@ class TestShadcnInstaller:
|
||||
# Verify correct command was called
|
||||
mock_run.assert_called_once()
|
||||
call_args = mock_run.call_args[0][0]
|
||||
assert call_args[:3] == ["npx", "shadcn@latest", "add"]
|
||||
assert call_args[:3] == ["npx", "shadcn@2.3.0", "add"]
|
||||
assert "button" in call_args
|
||||
assert "card" in call_args
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"displayName": "Codex",
|
||||
"installType": "full",
|
||||
"folderStructure": {
|
||||
"root": ".codex",
|
||||
"root": ".agents",
|
||||
"skillPath": "skills/ui-ux-pro-max",
|
||||
"filename": "SKILL.md"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user