mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) showKeysPanel -> keysPanel
This commit is contained in:
parent
ab83db8059
commit
745e9b732c
9 changed files with 28 additions and 7 deletions
|
|
@ -157,7 +157,7 @@ test('cloudcmd: route: buttons: one panel mode: move', (t) => {
|
|||
|
||||
test('cloudcmd: route: keys panel: hide', (t) => {
|
||||
const config = {
|
||||
showKeysPanel: false
|
||||
keysPanel: false
|
||||
};
|
||||
|
||||
before({config}, (port, after) => {
|
||||
|
|
@ -172,7 +172,7 @@ test('cloudcmd: route: keys panel: hide', (t) => {
|
|||
|
||||
test('cloudcmd: route: keys panel', (t) => {
|
||||
const config = {
|
||||
showKeysPanel: true
|
||||
keysPanel: true
|
||||
};
|
||||
|
||||
before({config}, (port, after) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue