()
| 48 | }); |
| 49 | |
| 50 | function getFocusIndex() { |
| 51 | return listOptions.findIndex(o => document.activeElement === o.nativeElement); |
| 52 | } |
| 53 | |
| 54 | it('should be able to set a value on a list option', () => { |
| 55 | const optionValues = ['inbox', 'starred', 'sent-mail', 'archive', 'drafts']; |
no outgoing calls
no test coverage detected