Browse Source

refactor: remove unnecessary initializer

pull/3544/head
Arman Ozak 6 years ago
parent
commit
83d9ad3f08
  1. 2
      npm/ng-packs/packages/core/src/lib/tests/projection.strategy.spec.ts

2
npm/ng-packs/packages/core/src/lib/tests/projection.strategy.spec.ts

@ -213,7 +213,7 @@ describe('TemplateProjectionStrategy', () => {
describe('PROJECTION_STRATEGY', () => {
const content = undefined;
const containerRef = ({ length: 0 } as any) as ViewContainerRef;
let context = undefined;
let context: any;
test.each`
name | Strategy | containerStrategy

Loading…
Cancel
Save