Skip to content

Commit

Permalink
fix(@schematics/angular): remove EnvironmentInjector import in functi…
Browse files Browse the repository at this point in the history
…onal guard spec

It is unnecessary now that the spec uses `runInInjectionContext`
The resolver spec does not have this issue as the import was missing in the spec in the first place.
  • Loading branch information
cexbrayat authored and angular-robot[bot] committed Nov 28, 2022
1 parent 07af1a0 commit 9b6d190
Showing 1 changed file with 0 additions and 1 deletion.
@@ -1,4 +1,3 @@
import { EnvironmentInjector } from '@angular/core';
import { TestBed } from '@angular/core/testing';
import { <%= guardType %> } from '@angular/router';

Expand Down

0 comments on commit 9b6d190

Please sign in to comment.