Skip to content

Commit 786a238

Browse files
committed
Update QUnit documentation (2.24.1)
1 parent 1dc1557 commit 786a238

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/docs/filters/qunit/entries.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ class EntriesFilter < Docs::EntriesFilter
88
'assert' => '2. Assertions',
99
'callbacks' => '3. Callback events',
1010
'config' => '4. Configuration',
11-
'extension' => '5. Extension interface'
11+
'extension' => '5. Extension interface',
12+
'reporters' => '6. Reporters',
1213
}
1314
def get_name
1415
at_css('h1').content

lib/docs/scrapers/qunit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Docs
44
class Qunit < UrlScraper
55
self.name = 'QUnit'
66
self.type = 'qunit'
7-
self.release = '2.21.0'
7+
self.release = '2.24.1'
88
self.base_url = 'https://qunitjs.com/api/'
99
self.root_path = '/'
1010
self.links = {

0 commit comments

Comments
 (0)