Skip to content

Commit 0072ce4

Browse files
committed
test: update banner snapshot
1 parent 3ac3bc7 commit 0072ce4

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

test/__snapshots__/banner.test.ts.snap

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,54 @@ exports[`banner default snapshot 1`] = `
2121
// @updateURL https://vitest.dev
2222
// @resource https://vitest.dev
2323
// @require https://example.com/index.js
24-
// @grant unsafeWindow
25-
// @grant window.onurlchange
26-
// @grant window.focus
27-
// @grant window.close
2824
// @grant GM_setValue
25+
// @grant GM.setValue
2926
// @grant GM_getValue
27+
// @grant GM.getValue
3028
// @grant GM_deleteValue
29+
// @grant GM.deleteValue
3130
// @grant GM_listValues
31+
// @grant GM.listValues
3232
// @grant GM_setClipboard
33+
// @grant GM.setClipboard
3334
// @grant GM_addStyle
35+
// @grant GM.addStyle
3436
// @grant GM_addElement
37+
// @grant GM.addElement
3538
// @grant GM_addValueChangeListener
39+
// @grant GM.addValueChangeListener
3640
// @grant GM_removeValueChangeListener
41+
// @grant GM.removeValueChangeListener
3742
// @grant GM_registerMenuCommand
43+
// @grant GM.registerMenuCommand
3844
// @grant GM_unregisterMenuCommand
45+
// @grant GM.unregisterMenuCommand
3946
// @grant GM_download
47+
// @grant GM.download
4048
// @grant GM_getTab
49+
// @grant GM.getTab
4150
// @grant GM_getTabs
51+
// @grant GM.getTabs
4252
// @grant GM_saveTab
53+
// @grant GM.saveTab
4354
// @grant GM_openInTab
55+
// @grant GM.openInTab
4456
// @grant GM_notification
57+
// @grant GM.notification
4558
// @grant GM_getResourceURL
59+
// @grant GM.getResourceURL
4660
// @grant GM_getResourceText
61+
// @grant GM.getResourceText
4762
// @grant GM_xmlhttpRequest
48-
// @grant GM_webRequest
63+
// @grant GM.xmlhttpRequest
4964
// @grant GM_log
65+
// @grant GM.log
5066
// @grant GM_info
67+
// @grant GM.info
68+
// @grant unsafeWindow
69+
// @grant window.onurlchange
70+
// @grant window.focus
71+
// @grant window.close
5172
// @match https://vitest.dev
5273
// @run-at document-start
5374
// ==/UserScript=="

0 commit comments

Comments
 (0)