()
| 90 | |
| 91 | it('should not update bindings when value does not change, with the correct perf counters', () => { |
| 92 | const idempotentUpdate = () => { |
| 93 | ɵɵproperty('title', 'Hello'); |
| 94 | }; |
| 95 | const t = new ViewFixture({ |
| 96 | create: createAnchor, |
| 97 | update: idempotentUpdate, |
nothing calls this directly
no test coverage detected