UNPKG

reshow-return

Version:

reshow-return (simple connect component with reshow-flux)

15 lines 305 B
import { expect } from "chai"; import options from "../connectOptions.mjs"; var { reset } = options; describe("Test reset", function () { it("basic test", function () { var a = { immutable: true, "data-foo": "bar" }; reset(a); expect(a.immutable).to.be.undefined; }); });