/preact-test-utils

Mock react-test-utils method enzyme used for preact.

Primary LanguageJavaScriptMIT LicenseMIT

Preact Test Utils

Install

npm install preact-test-utils --save

Usage with Webpack

All you have to do is add an alias for react-addons-test-utils

    {
        'react-addons-test-utils': 'preact-test-utils'
    }