MCPcopy
hub / github.com/axios/axios / Http2Sessions.test.js

File Http2Sessions.test.js

tests/unit/helpers/Http2Sessions.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
2import { EventEmitter } from 'events';
3import http2 from 'http2';
4import Http2Sessions from '../../../lib/helpers/Http2Sessions.js';

Callers

nothing calls this directly

Calls 4

createFakeSessionFunction · 0.85
getSessionMethod · 0.80
emitMethod · 0.80
requestMethod · 0.80

Tested by

no test coverage detected