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