()
| 428 | |
| 429 | it('updates a linked ui-sref-active', inject(function ($timeout) { |
| 430 | function tick() { |
| 431 | scope.$digest(); |
| 432 | try { |
| 433 | $timeout.flush(); |
| 434 | } catch (error) {} |
| 435 | } |
| 436 | expect(template[0].className).not.toContain('active'); |
| 437 | expect(template[0].className).not.toContain('activeeq'); |
| 438 |
no outgoing calls
no test coverage detected