describe("PREVIOUS_MACRO_CLUSTER", () => {
    it("decrements the index by one", () => {
      const state = {
        ...initalState,
        selectedMacroClusterIndex: 1,