UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

8 lines (7 loc) 433 B
import AbstractSchemaTest from '../../tests/AbstractSchemaTest'; export default class FeatureCommandExecuterTest extends AbstractSchemaTest { protected static canInstantiateExecuter(): Promise<void>; protected static throwWhenExecutingWhenMissingDependencies(): Promise<void>; protected static shouldAskAllQuestionsOfFeature(): Promise<void>; protected static shouldNotAskAlreadyAnsweredQuestions(): Promise<void>; }