in src/index.ts [49:52]
public singleAction(action: Factory<Action>): this { this.getActions = helpers => helpers.hot('-a', { a: action }); return this; }