kizu
Version:
An easy-to-use, fast, and defensive Typescript/Javascript test runner designed to help you to write simple, readable, and maintainable tests.
7 lines • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.shouldExitWithError = shouldExitWithError;
function shouldExitWithError(finalResults) {
return !!finalResults.filesWithNoTests.length || finalResults.numSuccessfulTests / finalResults.numTests !== 1;
}
//# sourceMappingURL=shouldExitWithError.js.map