assertthat
Version:
assertthat provides fluent TDD.
9 lines (8 loc) • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.assertActualIsNotTruthy = void 0;
const assertAnyIsNotTruthy_1 = require("../../forAny/assertAnyIsNotTruthy");
const assertActualIsNotTruthy = function (actual) {
return (0, assertAnyIsNotTruthy_1.assertAnyIsNotTruthy)(actual);
};
exports.assertActualIsNotTruthy = assertActualIsNotTruthy;