UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

13 lines (12 loc) 735 B
import AbstractSchemaTest from '../../tests/AbstractSchemaTest'; export default class FeatureCommandExecuterContTest extends AbstractSchemaTest { protected static canSkipOptionalDependencies(): Promise<void>; protected static shouldEmitExecutionEvents(): Promise<void>; protected static canPermanentlySkipOptionalDependencies(): Promise<void>; protected static shouldReturnProperSummary(): Promise<void>; protected static shouldAskInstallDependentFeatures(): Promise<void>; protected static shouldAddListenerWithoutBreakingOnSkill(): Promise<void>; private static finishBuildingUpToNamingNewError; private static startBuildingNewErrorUntilOptionalDependencies; private static fakeInstallCommands; }