| 1 | import { afterEach, describe, expect, test } from 'bun:test' |
| 2 | import { getBaseRenderOptions, resetRenderOptionsForTesting } from './renderOptions.js' |
| 3 | |
| 4 | const ORIGINAL_DISABLE = process.env.NCODE_DISABLE_STDIN_TTY_OVERRIDE |
nothing calls this directly
no test coverage detected