UNPKG

reactotron-redux

Version:
12 lines (8 loc) 247 B
import createEnhancer from "./enhancer" // TODO: More testing describe("enhancer", () => { it("should return a function", () => { const enhancer = createEnhancer(null, {}, () => {}) expect(typeof enhancer).toEqual("function") }) })