| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import { EventEmitter } from 'events'; |
| 3 | import http2 from 'http2'; |
| 4 | import Http2Sessions from '../../../lib/helpers/Http2Sessions.js'; |
nothing calls this directly
no test coverage detected