浏览代码

Update Jest documentation (22.4.2)

Thibaut Courouble 7 年之前
父节点
当前提交
e7d3a93795
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/jest.rb

+ 1 - 1
lib/docs/scrapers/jest.rb

@@ -1,7 +1,7 @@
 module Docs
 module Docs
   class Jest < UrlScraper
   class Jest < UrlScraper
     self.type = 'jest'
     self.type = 'jest'
-    self.release = '22.3.0'
+    self.release = '22.4.2'
     self.base_url = 'https://facebook.github.io/jest/docs/en/'
     self.base_url = 'https://facebook.github.io/jest/docs/en/'
     self.root_path = 'getting-started.html'
     self.root_path = 'getting-started.html'
     self.links = {
     self.links = {