diff --git a/enzyme.md b/enzyme.md index 6be81fadd..4e105e548 100644 --- a/enzyme.md +++ b/enzyme.md @@ -5,6 +5,8 @@ layout: 2017/sheet updated: 2017-10-12 tags: [Featured] weight: -1 +description: | + shallow() · mount() · wrap.setProps() · wrap.find().simulate('click') · wrap.contains(
) · intro: | [Enzyme](http://airbnb.io/enzyme) lets you write unit tests for React components. This guide covers Enzyme 3.x. --- diff --git a/react.md b/react.md index 12200f7f7..e381ee545 100644 --- a/react.md +++ b/react.md @@ -7,7 +7,7 @@ tags: [Featured] updated: 2017-10-10 weight: -10 description: | - React.Component, render(), componentDidMount(), props, state, dangerouslySetInnerHTML... + React.Component · render() · componentDidMount() · props/state · dangerouslySetInnerHTML · intro: | [React](https://reactjs.org/) is a JavaScript library for building user interfaces. This guide targets React v15 to v16. ---