test(ivy): add root cause on tree shakable providers test (#27465)
Adds the root cause on one of the failing NgModule tests. PR Close #27465
This commit is contained in:
parent
9062b391a2
commit
b6dbcf93a0
|
@ -1335,7 +1335,7 @@ function declareTests(config?: {useJit: boolean}) {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('tree shakable providers', () => {
|
describe('tree shakable providers', () => {
|
||||||
fixmeIvy('unknown') &&
|
fixmeIvy('FW-794: NgModuleDefinition not exposed on NgModuleData') &&
|
||||||
it('definition should not persist across NgModuleRef instances', () => {
|
it('definition should not persist across NgModuleRef instances', () => {
|
||||||
@NgModule()
|
@NgModule()
|
||||||
class SomeModule {
|
class SomeModule {
|
||||||
|
|
Loading…
Reference in New Issue