| 1 | import { describe, test, expect } from 'bun:test'; |
| 2 | import { resolveChannels, matchChannelByBranch, channelNames } from '../../src/core/channels.ts'; |
| 3 | import { makeConfig } from '../helpers.ts'; |
| 4 |
nothing calls this directly
no test coverage detected