Document correct tests to modify in source

This commit is contained in:
Sander Declerck 2025-07-17 12:35:02 +02:00
parent 6b84d449a1
commit 64bb04a61e
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ const knownAikidoTools = [
{ tool: "yarn", aikidoCommand: "aikido-yarn" }, { tool: "yarn", aikidoCommand: "aikido-yarn" },
{ tool: "pnpm", aikidoCommand: "aikido-pnpm" }, { tool: "pnpm", aikidoCommand: "aikido-pnpm" },
{ tool: "pnpx", aikidoCommand: "aikido-pnpx" }, { tool: "pnpx", aikidoCommand: "aikido-pnpx" },
// When adding a new tool here, also update the expected alias in the tests (shellIntegration.spec.js) // When adding a new tool here, also update the expected alias in the tests (setup.spec.js, teardown.spec.js)
// and add the documentation for the new tool in the README.md // and add the documentation for the new tool in the README.md
]; ];