mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Jest documentation (22.4.2)
This commit is contained in:
parent
04382a7fa4
commit
e7d3a93795
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Jest < UrlScraper
|
||||
self.type = 'jest'
|
||||
self.release = '22.3.0'
|
||||
self.release = '22.4.2'
|
||||
self.base_url = 'https://facebook.github.io/jest/docs/en/'
|
||||
self.root_path = 'getting-started.html'
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue