tdd-guard
Version:
Automated Test-Driven Development enforcement for Claude Code
18 lines (12 loc) • 689 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.TEST_OUTPUT = void 0;
exports.TEST_OUTPUT = `### Test Output
This section shows the output from the most recent test run BEFORE this modification.
IMPORTANT: This test output is from PREVIOUS work, not from the changes being reviewed. The modification has NOT been executed yet.
Use this to understand:
- Which tests are failing and why (from previous work)
- What error messages indicate about missing implementation
- Whether tests are passing (indicating refactor phase may be appropriate)
Note: Test output may be from unrelated features. This does NOT prevent starting new test-driven work.
`;
;