Today I went against my better judgement of usign a mock framework and decided to create my own mocks to allow coverage testing for an IPC-calling code.
My reference code I wanted to test is:
export class ScanTriggerEvent {
name: string = 'scan'
constructor(private pathService: PathsService) {}
/**
* Send a scan