Merge pull request #1394 from MasterEnoc/enzyme

Update Enzyme to 3.11
pull/1395/head
Simon Legner 4 years ago committed by GitHub
commit a525a79d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,8 @@
module Docs module Docs
class Enzyme < UrlScraper class Enzyme < UrlScraper
self.type = 'simple' self.type = 'simple'
self.release = '3.10.0' self.release = '3.11.0'
self.base_url = 'https://airbnb.io/enzyme/' self.base_url = 'https://enzymejs.github.io/enzyme/'
self.root_path = 'index.html' self.root_path = 'index.html'
self.links = { self.links = {
code: 'https://github.com/airbnb/enzyme' code: 'https://github.com/airbnb/enzyme'

Loading…
Cancel
Save