| 1 | import { EnvVarResolutionError } from '@deepnote/database-integrations' |
| 2 | import { afterEach, beforeEach, describe, expect, it } from 'vitest' |
| 3 | import { resolveEnvVarRefs } from './env-var-refs' |
| 4 |
nothing calls this directly
no test coverage detected