mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Test runner and license checker fixes
This commit is contained in:
parent
21c1cbc531
commit
0138b40cf7
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user