mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
|
|
@ -5,7 +5,7 @@ import type { MemoryFlowViewModel } from './types.js';
|
|||
|
||||
function view(): MemoryFlowViewModel {
|
||||
return {
|
||||
title: 'KLO memory flow warehouse/metricflow done',
|
||||
title: 'KTX memory flow warehouse/metricflow done',
|
||||
subtitle: 'Run run-1 Sync sync-1',
|
||||
status: 'done',
|
||||
activeLine: 'active: complete',
|
||||
|
|
@ -128,7 +128,7 @@ describe('renderMemoryFlowInteractive', () => {
|
|||
|
||||
const output = renderMemoryFlowInteractive(view(), state, { terminalWidth: 140 });
|
||||
|
||||
expect(output).toContain('KLO memory flow warehouse/metricflow done');
|
||||
expect(output).toContain('KTX memory flow warehouse/metricflow done');
|
||||
expect(output).toContain('OK SOURCE -> OK CHUNKS -> !! WORKUNITS -> OK ACTIONS -> !! GATES -> OK SAVED');
|
||||
expect(output).toContain('[WORKUNITS]');
|
||||
expect(output).toContain('> orders');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue