mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-22 08:38:08 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { afterEach, describe, expect, it, vi } from 'vitest';
|
||||
|
||||
import {
|
||||
KloSetupExitError,
|
||||
KtxSetupExitError,
|
||||
withSetupInterruptConfirmation,
|
||||
type SetupInterruptTracker,
|
||||
} from './setup-interrupt.js';
|
||||
|
|
@ -58,7 +58,7 @@ describe('setup interrupt confirmation', () => {
|
|||
isCancel: (value): value is symbol => value === CANCEL,
|
||||
tracker: makeTracker([true]),
|
||||
}),
|
||||
).rejects.toBeInstanceOf(KloSetupExitError);
|
||||
).rejects.toBeInstanceOf(KtxSetupExitError);
|
||||
});
|
||||
|
||||
it('keeps non-Ctrl+C cancellation available for Back and Escape flows', async () => {
|
||||
|
|
@ -85,6 +85,6 @@ describe('setup interrupt confirmation', () => {
|
|||
isCancel: (value): value is symbol => value === CANCEL,
|
||||
tracker: makeTracker([true]),
|
||||
}),
|
||||
).rejects.toBeInstanceOf(KloSetupExitError);
|
||||
).rejects.toBeInstanceOf(KtxSetupExitError);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue