Upgrade ng2-alfresco-viewer

This commit is contained in:
Denys Vuika
2016-09-21 20:19:05 +01:00
parent 815bd31ef5
commit de42bea0ba
10 changed files with 69 additions and 37 deletions

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
import { describe, expect, it, inject, beforeEach } from '@angular/core/testing';
/*
import { TestComponentBuilder } from '@angular/compiler/testing';
import { MediaPlayerComponent } from './mediaPlayer.component';
@@ -53,4 +53,4 @@ describe('Media player component ', () => {
}).not.toThrow(new Error('Attribute urlFile is required'));
});
});
*/