utils.ts 466 B

123456789
  1. // ---------------------------------------------------------------------------
  2. // Backward-compatible re-exports.
  3. //
  4. // Existing test files import from "./utils.js" — this file keeps those
  5. // imports working while the canonical implementations live in helpers/.
  6. // ---------------------------------------------------------------------------
  7. export { clineEnv, testEnv } from "./helpers/env.js"
  8. export { expectVisible, typeAndSubmit } from "./helpers/terminal.js"