MCPcopy Create free account
hub / github.com/Noumena-Network/code / createTestScreen

Function createTestScreen

src/ink/screen.fillableGapAnalysis.test.ts:13–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11} from './screen.js'
12
13function createTestScreen() {
14 const stylePool = new StylePool()
15 const charPool = new CharPool()
16 const hyperlinkPool = new HyperlinkPool()
17 const screen = createScreen(8, 1, stylePool, charPool, hyperlinkPool)
18 return { stylePool, screen }
19}
20
21describe('analyzeFillableSpaceGap', () => {
22 it('returns a partial prefix when a later gap cell is non-space content', () => {

Calls 1

createScreenFunction · 0.85

Tested by

no test coverage detected