Run tests for the $ARGUMENTS[0] module:
- •Find test files:
packages/server/src/modules/$0/**/__tests__/**/*.test.ts - •Run:
moon run server:test -- --filter $0 - •If tests fail, read the failing test files and the source they test
- •Report: total tests, passed, failed, with failure details