Update enzyme.md
@ -88,7 +88,7 @@ expect(wrap.state('show')).toEqual(true)
```
```js
expect('name' in wrap.props()).toEqual(true)
expect('name' in wrap.props()).toEqual('Moe')
expect('show' in wrap.state()).toEqual(true)