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

https://github.com/nervjs/nerv-test-utils

Mock react-test-utils used for Nerv.js
https://github.com/nervjs/nerv-test-utils

Last synced: 7 months ago
JSON representation

Mock react-test-utils used for Nerv.js

Awesome Lists containing this project

README

          

# nerv-test-utils
> Mock [react-test-utils](https://facebook.github.io/react/docs/test-utils.html) used for Nerv.js

## Usege

```javascript
// enzyme in Jest
module.exports = {
"moduleNameMapper": {
"react-dom/server": "nerv-server",
"react-addons-test-utils": "nerv-test-utils",
"react": "nerv-compat",
"react-dom": "nerv-compat"
}
}
```