diff --git a/ng2-components/ng2-alfresco-documentlist/package.json b/ng2-components/ng2-alfresco-documentlist/package.json index 254985267d..02701be465 100644 --- a/ng2-components/ng2-alfresco-documentlist/package.json +++ b/ng2-components/ng2-alfresco-documentlist/package.json @@ -104,13 +104,7 @@ }, "license-check-config": { "src": [ - "**/*.js", - "**/*.ts", - "!/**/coverage/**/*", - "!/**/demo/**/*", - "!/**/node_modules/**/*", - "!/**/typings/**/*", - "!*.js" + "./dist/**/*.js" ], "path": "assets/license_header.txt", "blocking": true, diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/content-action.spec.ts b/ng2-components/ng2-alfresco-documentlist/src/components/content-action.spec.ts index c2a3038ba6..0a43a2699d 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/content-action.spec.ts +++ b/ng2-components/ng2-alfresco-documentlist/src/components/content-action.spec.ts @@ -15,6 +15,16 @@ * limitations under the License. */ +import { describe, it, expect } from '@angular/core/testing'; + +describe('ContentAction', () => { + + it('should be upgraded', () => { + expect(false).toBeTruthy(); + }); + +}); + /* import { it, diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/content-column-list.spec.ts b/ng2-components/ng2-alfresco-documentlist/src/components/content-column-list.spec.ts index dc35a48a7b..210c87fe93 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/content-column-list.spec.ts +++ b/ng2-components/ng2-alfresco-documentlist/src/components/content-column-list.spec.ts @@ -15,6 +15,16 @@ * limitations under the License. */ +import { describe, it, expect } from '@angular/core/testing'; + +describe('ContentColumnList', () => { + + it('should be upgraded', () => { + expect(false).toBeTruthy(); + }); + +}); + /* import { it, diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/content-column.spec.ts b/ng2-components/ng2-alfresco-documentlist/src/components/content-column.spec.ts index 74d6890f56..f5eaf814a6 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/content-column.spec.ts +++ b/ng2-components/ng2-alfresco-documentlist/src/components/content-column.spec.ts @@ -15,6 +15,16 @@ * limitations under the License. */ +import { describe, it, expect } from '@angular/core/testing'; + +describe('ContentColumn', () => { + + it('should be upgraded', () => { + expect(false).toBeTruthy(); + }); + +}); + /* import { it, diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.spec.ts b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.spec.ts index 70ea6e3838..89c8ed34f6 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.spec.ts +++ b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.spec.ts @@ -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,