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:
Kristiyan Kostadinov 2018-12-04 23:02:48 +01:00 committed by Igor Minar
parent 9062b391a2
commit b6dbcf93a0
1 changed files with 1 additions and 1 deletions

View File

@ -1335,7 +1335,7 @@ function declareTests(config?: {useJit: boolean}) {
});
describe('tree shakable providers', () => {
fixmeIvy('unknown') &&
fixmeIvy('FW-794: NgModuleDefinition not exposed on NgModuleData') &&
it('definition should not persist across NgModuleRef instances', () => {
@NgModule()
class SomeModule {