mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Test runner and license checker fixes
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user