test(ivy): root-case //packages/compiler-cli/integrationtest/bazel/injector_def/ivy_build/app/test:test (#27278)
PR Close #27278
This commit is contained in:
parent
5d82c73da6
commit
78e3a4c97c
@ -11,7 +11,6 @@ ts_library(
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
tags = [
|
tags = [
|
||||||
"fixme-ivy-aot",
|
|
||||||
"ivy-only",
|
"ivy-only",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
|
@ -41,6 +41,7 @@ describe('Ivy NgModule', () => {
|
|||||||
|
|
||||||
it('works', () => { createInjector(JitAppModule); });
|
it('works', () => { createInjector(JitAppModule); });
|
||||||
|
|
||||||
|
fixmeIvy('FW-645: jit doesn\'t support forwardRefs') &&
|
||||||
it('throws an error on circular module dependencies', () => {
|
it('throws an error on circular module dependencies', () => {
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [forwardRef(() => BModule)],
|
imports: [forwardRef(() => BModule)],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user