mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-18 10:07:11 +01:00
Update mocha documentation (2.3.3)
This commit is contained in:
parent
a7486799d8
commit
bdcc5227db
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Mocha < UrlScraper
|
||||
self.name = 'mocha'
|
||||
self.type = 'mocha'
|
||||
self.version = '2.2.1'
|
||||
self.version = '2.3.3'
|
||||
self.base_url = 'http://mochajs.org/'
|
||||
self.links = {
|
||||
home: 'http://mochajs.org/',
|
||||
|
|
Loading…
Reference in a new issue