mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
fix(cli): remove ktx setup subcommands (#42)
* fix(cli): remove ktx setup subcommands * test(scripts): update setup-dev status expectation
This commit is contained in:
parent
cc5e41f836
commit
17a2fee69a
48 changed files with 172 additions and 5011 deletions
|
|
@ -22,7 +22,7 @@ test('runSetupDev runs phased setup without global linking', async () => {
|
|||
['pnpm', ['install', '--frozen-lockfile']],
|
||||
['pnpm', ['run', 'native:rebuild']],
|
||||
['pnpm', ['run', 'build']],
|
||||
[process.execPath, ['packages/cli/dist/bin.js', 'dev', 'doctor', 'setup', '--no-input']],
|
||||
[process.execPath, ['packages/cli/dist/bin.js', 'status', '--no-input']],
|
||||
],
|
||||
);
|
||||
assert.equal(calls.some((call) => call.args.includes('link')), false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue