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

@ -104,13 +104,7 @@
}, },
"license-check-config": { "license-check-config": {
"src": [ "src": [
"**/*.js", "./dist/**/*.js"
"**/*.ts",
"!/**/coverage/**/*",
"!/**/demo/**/*",
"!/**/node_modules/**/*",
"!/**/typings/**/*",
"!*.js"
], ],
"path": "assets/license_header.txt", "path": "assets/license_header.txt",
"blocking": true, "blocking": true,

View File

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

View File

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

View File

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

View File

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