Skip to content

Commit 372e2e6

Browse files
committed
fix(@schematics/angular): address eslint linting failures in test.ts
Closes #22171 (cherry picked from commit 37a7239)
1 parent 7fc6895 commit 372e2e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/schematics/angular/application/files/src/test.ts.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import {
99

1010
declare const require: {
1111
context(path: string, deep?: boolean, filter?: RegExp): {
12-
keys(): string[];
1312
<T>(id: string): T;
13+
keys(): string[];
1414
};
1515
};
1616

packages/schematics/angular/library/files/src/test.ts.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import {
1010

1111
declare const require: {
1212
context(path: string, deep?: boolean, filter?: RegExp): {
13-
keys(): string[];
1413
<T>(id: string): T;
14+
keys(): string[];
1515
};
1616
};
1717

0 commit comments

Comments
 (0)