mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
|
|
@ -7,7 +7,7 @@ test('runSetupDev runs phased setup without global linking', async () => {
|
|||
const logs = [];
|
||||
|
||||
const result = await runSetupDev({
|
||||
rootDir: '/workspace/klo',
|
||||
rootDir: '/workspace/ktx',
|
||||
execFile: async (command, args, options) => {
|
||||
calls.push({ command, args, cwd: options.cwd });
|
||||
return { stdout: `${command} ${args.join(' ')}`, stderr: '' };
|
||||
|
|
@ -34,7 +34,7 @@ test('runSetupDev stops at the failed phase and prints a retry command', async (
|
|||
const logs = [];
|
||||
|
||||
const result = await runSetupDev({
|
||||
rootDir: '/workspace/klo',
|
||||
rootDir: '/workspace/ktx',
|
||||
execFile: async (command, args) => {
|
||||
calls.push({ command, args });
|
||||
if (args.includes('native:rebuild')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue