test(ivy): replace resolved issue in compiler-cli test with new root cause (#27709)
PR Close #27709
This commit is contained in:

committed by
Miško Hevery

parent
8042140742
commit
062c7af4f3
@ -168,7 +168,7 @@ describe('ngInjectableDef Bazel Integration', () => {
|
||||
expect(TestBed.get(INJECTOR).get('foo')).toEqual('bar');
|
||||
});
|
||||
|
||||
fixmeIvy('FW-646: Directive providers don\'t support primitive types')
|
||||
fixmeIvy('FW-854: NodeInjector does not know how to get itself (INJECTOR)')
|
||||
.it('Component injector understands requests for INJECTABLE', () => {
|
||||
@Component({
|
||||
selector: 'test-cmp',
|
||||
|
Reference in New Issue
Block a user