Test runner and license checker fixes

This commit is contained in:
Denys Vuika
2016-07-05 19:21:14 +01:00
parent 21c1cbc531
commit 0138b40cf7
5 changed files with 41 additions and 7 deletions

View File

@@ -15,6 +15,16 @@
* limitations under the License.
*/
import { describe, it, expect } from '@angular/core/testing';
describe('DocumentList', () => {
it('should be upgraded', () => {
expect(false).toBeTruthy();
});
});
/*
import {
it,