| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import { OAUTH_DUMMY_KEY } from "../../src/auth" |
| 3 | import { oauthScope, SnowflakeCortexAuthPlugin } from "../../src/plugin/snowflake-cortex" |
| 4 |
nothing calls this directly
no test coverage detected