test(ivy): root cause analysis for `@angular/platform-server` (#27800)
PR Close #27800
This commit is contained in:
parent
9b91beed69
commit
c34eee4e8e
|
@ -617,8 +617,8 @@ class HiddenModule {
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
|
|
||||||
fixmeIvy('unknown').it(
|
fixmeIvy('FW-887: JIT: compilation of NgModule')
|
||||||
'should handle false values on attributes', async(() => {
|
.it('should handle false values on attributes', async(() => {
|
||||||
renderModule(FalseAttributesModule, {document: doc}).then(output => {
|
renderModule(FalseAttributesModule, {document: doc}).then(output => {
|
||||||
expect(output).toBe(
|
expect(output).toBe(
|
||||||
'<html><head></head><body><app ng-version="0.0.0-PLACEHOLDER">' +
|
'<html><head></head><body><app ng-version="0.0.0-PLACEHOLDER">' +
|
||||||
|
|
Loading…
Reference in New Issue