Project Awesome project awesome

Preact Test Utils

Mock react-test-utils enzyme in preact.

Package 7 stars GitHub

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'
    }
Back to Preact