enzyme and react: update descriptions

This commit is contained in:
Rico Sta. Cruz 2017-10-15 14:06:30 +08:00
parent 6f54955296
commit 195bfd3667
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ layout: 2017/sheet
updated: 2017-10-12 updated: 2017-10-12
tags: [Featured] tags: [Featured]
weight: -1 weight: -1
description: |
shallow() · mount() · wrap.setProps() · wrap.find().simulate('click') · wrap.contains(<div/>) ·
intro: | intro: |
[Enzyme](http://airbnb.io/enzyme) lets you write unit tests for React components. This guide covers Enzyme 3.x. [Enzyme](http://airbnb.io/enzyme) lets you write unit tests for React components. This guide covers Enzyme 3.x.
--- ---

View File

@ -7,7 +7,7 @@ tags: [Featured]
updated: 2017-10-10 updated: 2017-10-10
weight: -10 weight: -10
description: | description: |
React.Component, render(), componentDidMount(), props, state, dangerouslySetInnerHTML... React.Component · render() · componentDidMount() · props/state · dangerouslySetInnerHTML ·
intro: | intro: |
[React](https://reactjs.org/) is a JavaScript library for building user interfaces. This guide targets React v15 to v16. [React](https://reactjs.org/) is a JavaScript library for building user interfaces. This guide targets React v15 to v16.
--- ---