| 1 | import { afterEach, describe, expect, it } from 'bun:test' |
| 2 | import React, { useEffect, useState } from 'react' |
| 3 | import { PassThrough } from 'stream' |
| 4 | import { createRoot, type Root } from '../../ink/root.js' |
nothing calls this directly
no test coverage detected