(type: string)
| 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'); |
no outgoing calls
no test coverage detected