| 2519 | |
| 2520 | describe('TestBed.tick', () => { |
| 2521 | @Component({ |
| 2522 | template: '{{state()}}', |
| 2523 | }) |
| 2524 | class Thing1 { |
| 2525 | state = signal(1); |
| 2526 | } |
| 2527 | |
| 2528 | describe('with zone change detection', () => { |
| 2529 | it('should update fixtures with autoDetect', () => { |