improve code coverage

This commit is contained in:
Eugenio Romano
2016-09-05 19:05:35 +02:00
parent 8dfef264e3
commit 053855afd1
12 changed files with 272 additions and 81 deletions

View File

@@ -18,8 +18,7 @@
import { describe, expect, it, inject, beforeEachProviders, beforeEach, afterEach, xit } from '@angular/core/testing';
import { TestComponentBuilder } from '@angular/compiler/testing';
import { WebscriptComponent } from '../src/webscript.component';
import { AlfrescoAuthenticationService, AlfrescoSettingsService, AlfrescoApiService } from 'ng2-alfresco-core';
import { AlfrescoAuthenticationService, AlfrescoSettingsService } from 'ng2-alfresco-core';
declare let jasmine: any;