UNPKG

react-remux

Version:
10 lines (8 loc) 322 B
import { hooksWarning } from "../../src/utils/checkHooks"; describe("hooksWarning", () => { it("when redux version invaild ,return warning", () => { expect(()=>{ hooksWarning() }).toThrow(/当前react-redux版本过低,如果想使用hooks,请升级到react-redux@\^7.1.1 redux@\^4.0.4/); }); });