Skip to content

Commit 9506eca

Browse files
committed
Don't use any
1 parent 2322e29 commit 9506eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/examples/src/app/basic-smart-dumb-example/basic-smart/basic-smart.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('BasicSmartComponent', () => {
2424
return mockService;
2525
}
2626
throw new Error(`Unexpected inject token: ` + providerToken);
27-
}) as any);
27+
}) as typeof angularCore.inject);
2828

2929
const component = new BasicSmartComponent();
3030
return {

0 commit comments

Comments
 (0)