MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / tmpReportDir

Function tmpReportDir

packages/server-e2e/test/report.test.ts:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28});
29
30function tmpReportDir(): string {
31 const dir = mkdtempSync(join(tmpdir(), 'server-e2e-report-'));
32 tmpDirs.push(dir);
33 return dir;
34}
35
36describe('server-e2e report', () => {
37 it('renders HTTP and WS trace events into a readable HTML timeline', () => {

Callers 1

report.test.tsFile · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected