UNPKG

organism-react-scroll-animate

Version:
14 lines 473 B
var _ScrollAnimate; import { expect } from "chai"; import { render } from "reshow-unit"; import ScrollAnimate from "../ScrollAnimate.mjs"; import { jsx as _jsx } from "react/jsx-runtime"; describe("Test Scroll Animate", function () { it("simple test", function () { var wrap = render(_ScrollAnimate || (_ScrollAnimate = /*#__PURE__*/_jsx(ScrollAnimate, { attachDestRetry: 1 }))); var html = wrap.html(); expect(html).to.have.string("spy"); }); });