preact-test-utils
v0.1.4
Published
preact test utils
Downloads
2,318
Readme
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'
}