After installing the tool globally and just entering 'spectator' in the terminal, if I choose 'Component with Custom Host', the file that is generated uses let spectator: Spectator<TestComponent>; instead of let host: SpectatorWithHost<TestComponent>;
After installing the tool globally and just entering 'spectator' in the terminal, if I choose 'Component with Custom Host', the file that is generated uses
let spectator: Spectator<TestComponent>;instead oflet host: SpectatorWithHost<TestComponent>;