describe("akiro.exec", () => {
        describe("(When akiro.config.exec is set)", () => {
            it("should set akiro.exec to akiro.config.exec", () => {
                const mockExec = {};
                config = {