UNPKG

adal-angular8

Version:
15 lines (14 loc) 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var testing_1 = require("@angular/core/testing"); var adal8_http_service_1 = require("./adal8-http.service"); describe('Adal8HTTPService', function () { beforeEach(function () { testing_1.TestBed.configureTestingModule({ providers: [adal8_http_service_1.Adal8HTTPService] }); }); it('should ...', testing_1.inject([adal8_http_service_1.Adal8HTTPService], function (service) { expect(service).toBeTruthy(); })); });