describe("NEXT_MACRO_CLUSTER", () => {
    it("increments the index by one", () => {
      const state = {
        ...initalState,
        selectedMacroClusterIndex: 0,