- stubSpinner(sandbox): {
start: SinonStub<[action: string, status?: string, opts?: {
stdout?: boolean;
}], void>;
stop: SinonStub<[msg?: string], void>;
} Returns {
start: SinonStub<[action: string, status?: string, opts?: {
stdout?: boolean;
}], void>;
stop: SinonStub<[msg?: string], void>;
}
start: SinonStub<[action: string, status?: string, opts?: {
stdout?: boolean;
}], void>
stop: SinonStub<[msg?: string], void>
Stub the SfCommand spinner. Even if you plan to make no assertions, this will silence the output to keep your test results clean