UNPKG

hooks-for-redux

Version:
8 lines (6 loc) 199 B
import { getStore, setStore, createStore } from "../index"; it("works", () => { const store1 = getStore() const store2 = setStore(createStore({})) expect(store1 === store2).toEqual(false) });