src/main/robot/__mocks__/daemon.js

Summary

Maintainability
A
0 mins
Test Coverage

module.exports = {
  async start () {
    throw new Error()
  }
}