OSDN Git Service

Regular updates
[twpd/master.git] / enzyme.md
index 38d3e7a..b8339b9 100644 (file)
--- a/enzyme.md
+++ b/enzyme.md
@@ -11,12 +11,17 @@ keywords:
   - wrap.setProps()
   - "wrap.find().simulate('click')"
   - "wrap.contains(<div/>)"
-intro: |
-  [Enzyme](http://airbnb.io/enzyme) lets you write unit tests for React components. This guide covers Enzyme 3.x.
 ---
 
 ## Getting started
 
+### Introduction
+{: .-intro}
+
+[Enzyme](http://airbnb.io/enzyme) lets you write unit tests for React components. This guide covers Enzyme 3.x.
+
+- [Enzyme website](https://enzymejs.github.io/enzyme/) _(enzymejs.github.io)_
+
 ### Mounting
 {: .-prime}