Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/windyGex/preact-test-utils

Mock react-test-utils method enzyme used for preact.
https://github.com/windyGex/preact-test-utils

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Preact Test Utils

## Install

```shell
npm install preact-test-utils --save
```

## Usage with Webpack

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

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