MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getExpectedReportPath

Function getExpectedReportPath

packages/core/src/utils/errorReporting.test.ts:36–37  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

34 });
35
36 const getExpectedReportPath = (type: string) =>
37 path.join(testDir, `anus-client-error-${type}-${MOCK_TIMESTAMP}.json`);
38
39 it('should generate a report and log the path', async () => {
40 const error = new Error('Test error');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected