From 85cc1d993527a4f11094095aa0745116b6d23999 Mon Sep 17 00:00:00 2001 From: nanaubusiness Date: Tue, 30 Jun 2026 01:21:09 +0300 Subject: [PATCH] fix: copilot-plugin test checks all 6 command files (#393) Previously only checked 4 of 6. ponytail-gain.toml and ponytail-help.toml are now validated. Closes #381 Co-authored-by: Admin --- tests/copilot-plugin.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/copilot-plugin.test.js b/tests/copilot-plugin.test.js index dbb45d1..c124669 100644 --- a/tests/copilot-plugin.test.js +++ b/tests/copilot-plugin.test.js @@ -13,6 +13,8 @@ const REQUIRED_COMMAND_FILES = [ 'ponytail-review.toml', 'ponytail-audit.toml', 'ponytail-debt.toml', + 'ponytail-gain.toml', + 'ponytail-help.toml', ]; function readJSON(relPath) {