test("should handle ACTION2", () => {
        expect(
            testReducer([], {
                type: "ACTION2",
                payload: 23,