Merge pull request #1394 from MasterEnoc/enzyme

Update Enzyme to 3.11
This commit is contained in:
Simon Legner 2020-12-02 07:34:15 +01:00 committed by GitHub
commit a525a79d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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