UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

19 lines (18 loc) 989 B
import AbstractSpruceTest from '@sprucelabs/test-utils'; export default class JestJsonParserTest extends AbstractSpruceTest { private static parser; protected static beforeEach(): Promise<void>; protected static canCreateJjp(): void; protected static generatesEmptyResults(): void; protected static canHandleSelfContainedWrite(): void; private static generateTestResults; protected static canHandleSelfContainedWriteWithTwoTests(): void; protected static multipleSelfContainedWritesWorks(): void; protected static partialWriteReturnsNothing(): void; protected static canPartialWriteAcrossTwoWrites(): void; protected static canPartialWriteAndSelfContainedAcrossThreeWrites(): void; protected static canSelfContainedPlusPartial(): void; protected static canHandleGarbageAtFrontOfData(): void; protected static canHandlesSplitTestRestsWithGarbageInFrontAndDanglingEnd(): void; protected static canUpdateAsTestsCompletes(): void; }