Start factoring out code from initial spike

This commit is contained in:
2026-06-28 11:12:09 +02:00
parent 2dfafe23d6
commit f521fb3da9
11 changed files with 2494 additions and 1685 deletions
@@ -0,0 +1,3 @@
export const isTestCommand = (command: string) => {
return command.includes("npm test") || command.includes("vitest")
}