mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
test(user-menu) parse-user-menu
This commit is contained in:
parent
2267b3e6b2
commit
a9e19d3b4b
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ test('cloudcmd: user menu: parse', (t) => {
|
|||
'_f': fn,
|
||||
});
|
||||
|
||||
const names = ['F2 - Rename file'];
|
||||
const keys = {
|
||||
F2: fn,
|
||||
};
|
||||
|
|
@ -22,6 +23,7 @@ test('cloudcmd: user menu: parse', (t) => {
|
|||
};
|
||||
|
||||
const expected = {
|
||||
names,
|
||||
keys,
|
||||
items,
|
||||
settings: __settings,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue