How to use the velocity-react.VelocityTransitionGroup.disabledForTest function in velocity-react

To help you get started, we’ve selected a few velocity-react examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github py-in-the-sky / gae-flask-redux-react-starter-kit / browser_client / __test__ / setup.js View on Github external
before(function () {
    VelocityTransitionGroup.disabledForTest = true
    chai.use(sinonChai)
    chai.use(chaiEnzyme())
    injectTapEventPlugin()
})