kentico-cloud-delivery
Version:
Official Kentico Cloud Delivery SDK
10 lines • 468 B
JavaScript
exports.__esModule = true;
var lib_1 = require("../../lib");
describe('Delivery Client initialization', function () {
it("initialization DeliveryClient without config should throw error", function () {
expect(function () { return new lib_1.DeliveryClient(null); }).toThrowError();
expect(function () { return new lib_1.DeliveryClient(undefined); }).toThrowError();
});
});
//# sourceMappingURL=delivery-client.spec.js.map
;