瀏覽代碼

Update Enzyme to 3.11

MasterEnoc 5 年之前
父節點
當前提交
74bab5f307
共有 1 個文件被更改,包括 2 次插入2 次删除
  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'