Skip to content

Commit a390391

Browse files
committed
fix lint
1 parent c61cd5b commit a390391

File tree

5 files changed

+34
-0
lines changed

5 files changed

+34
-0
lines changed

src/cdk/testing/e2e/actions.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
8+
19
import {browser} from 'protractor';
210
import {getElement, FinderResult} from './query';
311

src/cdk/testing/e2e/asserts.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
8+
19
import {browser} from 'protractor';
210
import {getElement, FinderResult, waitForElement} from './query';
311
import {Point} from './actions';

src/cdk/testing/e2e/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
8+
19
export * from './actions';
210
export * from './asserts';
311
export * from './query';

src/cdk/testing/e2e/query.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
8+
19
import {browser, by, element, ElementFinder} from 'protractor';
210
import {Point} from './actions';
311

tools/package-tools/rollup-globals.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ export const rollupGlobals = {
113113
...rollupCdkExperimentalEntryPoints,
114114
...rollupMaterialExperimentalEntryPoints,
115115

116+
'@angular/cdk/testing/e2e': 'ng.cdk.testing.e2e',
117+
116118
'rxjs': 'rxjs',
117119
'rxjs/operators': 'rxjs.operators',
118120
};

0 commit comments

Comments
 (0)