UNPKG

reakit-utils

Version:

Reakit utils

7 lines (5 loc) 167 B
import { applyState } from "../applyState"; test("applyState", () => { expect(applyState((value) => value + 1, 1)).toBe(2); expect(applyState(2, 1)).toBe(2); });