test(scripts): update setup-dev status expectation

This commit is contained in:
Andrey Avtomonov 2026-05-13 00:26:59 +02:00
parent 7db91caca6
commit 954ebb7a85

View file

@ -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);