Browse Source

Update QUnit documentation (2.24.1)

Simon Legner 6 months ago
parent
commit
786a238d5e
2 changed files with 3 additions and 2 deletions
  1. 2 1
      lib/docs/filters/qunit/entries.rb
  2. 1 1
      lib/docs/scrapers/qunit.rb

+ 2 - 1
lib/docs/filters/qunit/entries.rb

@@ -8,7 +8,8 @@ module Docs
         'assert' => '2. Assertions',
         'callbacks' => '3. Callback events',
         'config' => '4. Configuration',
-        'extension' => '5. Extension interface'
+        'extension' => '5. Extension interface',
+        'reporters' => '6. Reporters',
       }
       def get_name
         at_css('h1').content

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

@@ -4,7 +4,7 @@ module Docs
   class Qunit < UrlScraper
     self.name = 'QUnit'
     self.type = 'qunit'
-    self.release = '2.21.0'
+    self.release = '2.24.1'
     self.base_url = 'https://qunitjs.com/api/'
     self.root_path = '/'
     self.links = {