UNPKG

@typed/test

Version:
4 lines 149 B
export function isTestResult(x) { return x && x.hasOwnProperty('passed') && x.hasOwnProperty('error'); } //# sourceMappingURL=isTestResult.js.map