We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e0da1 commit 4fe2874Copy full SHA for 4fe2874
test/info.js
@@ -23,8 +23,14 @@ describe('info', function () {
23
expect($tool.find('.eruda-content').eq(3)).toContainText('os')
24
})
25
26
+ it('sponsor', function () {
27
+ expect($tool.find('.eruda-content').eq(4)).toContainText(
28
+ 'Open Collective'
29
+ )
30
+ })
31
+
32
it('about', function () {
- expect($tool.find('.eruda-content').eq(4)).toHaveText(/Eruda v[\d.]+/)
33
+ expect($tool.find('.eruda-content').eq(5)).toHaveText(/Eruda v[\d.]+/)
34
35
36
0 commit comments