@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
18 lines (17 loc) • 788 B
TypeScript
import AbstractCliTest from '../../tests/AbstractCliTest';
export default class OnboardingStoreTest extends AbstractCliTest {
private static store;
protected static beforeEach(): Promise<void>;
private static OnboardingStore;
protected static canGetStore(): void;
protected static startsAsOff(): void;
protected static canSetToShortMode(): void;
protected static canSetToImmersiveMode(): void;
protected static remembersModeBetweenBoots(): void;
protected static remembersStageBetweenBoots(): Promise<void>;
protected static valuesSharedBetween2Instances(): void;
protected static stageIsNotSetToStart(): void;
protected static stageCanBeSet(): void;
protected static canBeReset(): void;
protected static cantSetBadStage(): void;
}