import * as messages from '@cucumber/messages' import TestStep from './TestStep' export default class HookTestStep extends TestStep { public toMessage(): messages.TestStep { return { id: this.id, hookId: this.sourceId, } } }