• 目次
  • はじめに
  • ガイド
    • 2.xから3.xへの移行
    • Browserify
    • SystemJS
    • Webpack
    • JSDOM
    • Jest
    • Karma
    • Mocha
    • React Native
    • Lab
    • TapeとAVA
  • インストール
    • React 16.xとの作業
    • React 15.xとの作業
    • React 0.14.xとの作業
    • React 0.13.xとの作業
  • APIリファレンス
    • シャローレンダリング
      • at(インデックス)
      • childAt()
      • children()
      • closest(セレクタ)
      • contains(nodeまたはnodes)
      • containsAllMatchingElements(nodes)
      • containsAnyMatchingElements(nodes)
      • containsMatchingElement(node)
      • context([key])
      • debug()
      • dive()
      • equals(node)
      • every(セレクタ)
      • everyWhere(述語)
      • exists([selector])
      • filter(selector)
      • filterWhere(述語)
      • find(selector)
      • findWhere(述語)
      • first()
      • forEach(fn)
      • get(index)
      • getWrappingComponent()
      • getElement(index)
      • getElements(index)
      • hasClass(className)
      • hostNodes()
      • html()
      • instance()
      • invoke(propName)
      • is(セレクタ)
      • isEmpty()
      • isEmptyRender()
      • key()
      • last()
      • map(fn)
      • matchesElement(node)
      • name()
      • not(セレクタ)
      • parent()
      • parents()
      • prop(key)
      • props()
      • reduce(fn[, initialValue])
      • reduceRight(fn[, initialValue])
      • render()
      • renderProp(key)
      • setContext(context)
      • setProps(nextProps)
      • setState(nextState[, callback])
      • shallow([options])
      • simulate(イベント[, data])
      • simulateError(エラー)
      • slice([begin[, end]])
      • some(セレクタ)
      • someWhere(述語)
      • state([key])
      • tap(インターセプター)
      • text()
      • type()
      • unmount()
      • update()
    • フルDOMレンダリング
      • at(インデックス)
      • childAt()
      • children()
      • contains(nodeまたはnodes)
      • containsAllMatchingElements(nodes)
      • containsAnyMatchingElements(nodes)
      • containsMatchingElement(node)
      • closest(セレクタ)
      • context([key])
      • debug()
      • detach()
      • equals(node)
      • every(セレクタ)
      • everyWhere(述語)
      • exists([selector])
      • filter(selector)
      • filterWhere(述語)
      • find(selector)
      • findWhere(述語)
      • first()
      • forEach(fn)
      • get(index)
      • getDOMNode()
      • getWrappingComponent()
      • hasClass(className)
      • hostNodes()
      • html()
      • instance()
      • invoke(propName)
      • is(セレクタ)
      • isEmpty()
      • isEmptyRender()
      • key()
      • last()
      • map(fn)
      • matchesElement(node)
      • mount()
      • name()
      • not(セレクタ)
      • parent()
      • parents()
      • prop(key)
      • props()
      • reduce(fn[, initialValue])
      • reduceRight(fn[, initialValue])
      • ref(refName)
      • render()
      • renderProp(key)
      • setContext(context)
      • setProps(nextProps[, callback])
      • setState(nextState[, callback])
      • simulate(イベント[, data])
      • simulateError(エラー)
      • slice([begin[, end]])
      • some(セレクタ)
      • someWhere(述語)
      • state([key])
      • tap(インターセプター)
      • text()
      • type()
      • unmount()
      • update()
    • スタティックレンダリング
    • セレクタ
  • 変更ログ
  • 今後
  • コントリビューションガイド
  • GitBookで発行

ガイド

enzymeガイド

  • enzymeをBrowserifyと共に利用する
  • enzymeをWebpackで利用する
  • enzymeをJSDOMで利用する
  • enzymeをJestで利用する
  • enzymeをKarmaで利用する
  • enzymeをMochaで利用する
  • enzymeをReact Nativeで利用する
  • enzymeをLabで利用する
  • enzymeをTapeとAVAで利用する