@sprucelabs/test-utils
Version:
Helpful utilities to make asserting more complicated conditions quick and easy! ⚡️
12 lines (11 loc) • 417 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const errorAssert_1 = __importDefault(require("./errorAssert"));
/**
* @deprecated errorAssertUtil -> errorAssert
*/
const errorAssertUtil = errorAssert_1.default;
exports.default = errorAssertUtil;