/** * @author oldj * @blog https://oldj.net */ 'use strict' import Agent from '../Agent' module.exports = () => { Agent.pact('esc') Agent.pact('sudoCancel') }