windyGex / preact-test-utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
    }

About

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

License:MIT License


Languages

Language:JavaScript 100.0%