UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

7 lines (6 loc) 229 B
import { TTestCaseDecision } from './types'; export declare class TestCaseDecisions { static readonly UNKNOWN: TTestCaseDecision; static readonly FAIL: TTestCaseDecision; static readonly SUCCESS: TTestCaseDecision; }