Explorar el Código

Update Enzyme to 3.11

MasterEnoc hace 5 años
padre
commit
74bab5f307
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lib/docs/scrapers/enzyme.rb

+ 2 - 2
lib/docs/scrapers/enzyme.rb

@@ -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'