preact-test-utils

preact test utils

Usage no npm install needed!

<script type="module">
  import preactTestUtils from 'https://cdn.skypack.dev/preact-test-utils';
</script>

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