Skip to content

Commit 8336898

Browse files
committed
test(@angular/pwa): remove any type usage
1 parent 1c5db34 commit 8336898

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/angular/pwa/pwa/index_spec.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ describe('PWA Schematic', () => {
2323

2424
let appTree: UnitTestTree;
2525

26-
// tslint:disable-next-line:no-any
27-
const workspaceOptions: any = {
26+
const workspaceOptions = {
2827
name: 'workspace',
2928
newProjectRoot: 'projects',
3029
version: '6.0.0',
3130
};
3231

33-
// tslint:disable-next-line:no-any
34-
const appOptions: any = {
32+
const appOptions = {
3533
name: 'bar',
3634
inlineStyle: false,
3735
inlineTemplate: false,

0 commit comments

Comments
 (0)