From f1d0fc4ea9d269461d77db15258d2f9219ca6943 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 30 Oct 2025 10:49:51 +0100 Subject: [PATCH] chore: add opencode commands to run simulator tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .opencode/command/tests-simulator-file.md | 8 ++++++++ .opencode/command/tests-simulator.md | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 .opencode/command/tests-simulator-file.md create mode 100644 .opencode/command/tests-simulator.md diff --git a/.opencode/command/tests-simulator-file.md b/.opencode/command/tests-simulator-file.md new file mode 100644 index 00000000..a0164569 --- /dev/null +++ b/.opencode/command/tests-simulator-file.md @@ -0,0 +1,8 @@ +--- +description: Run simulator tests for a file +--- + +Run simulator tests filtered by $ARGUMENTS. +Raw output: +!`pnpm test -- $ARGUMENTS` +Summarize failing tests and propose targeted fixes. diff --git a/.opencode/command/tests-simulator.md b/.opencode/command/tests-simulator.md new file mode 100644 index 00000000..0621de91 --- /dev/null +++ b/.opencode/command/tests-simulator.md @@ -0,0 +1,8 @@ +--- +description: Run simulator tests +--- + +Run the simulator test suite. +Raw output: +!`pnpm test` +Summarize failing tests and propose targeted fixes. -- 2.43.0