| 1 | const { describe, it, beforeEach, afterEach } = require('node:test'); |
| 2 | const assert = require('node:assert'); |
| 3 | const promisify = require('node:util').promisify; |
| 4 | const Channel = require('../lib/channel').Channel; |
nothing calls this directly
no test coverage detected