JezK
Edit File: index-spec.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var index = require("rxjs/ajax"); var chai_1 = require("chai"); describe('index', function () { it('should export static ajax observable creator functions', function () { (0, chai_1.expect)(index.ajax).to.exist; }); it('should export Ajax data classes', function () { (0, chai_1.expect)(index.AjaxError).to.exist; (0, chai_1.expect)(index.AjaxTimeoutError).to.exist; var ajaxRequest; var ajaxResponse; }); }); //# sourceMappingURL=index-spec.js.map