mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
test(route) one panel mode -> one file panel
This commit is contained in:
parent
2935181452
commit
de42d38b31
1 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ test('cloudcmd: route: buttons: no contact', async (t) => {
|
|||
await done();
|
||||
});
|
||||
|
||||
test('cloudcmd: route: buttons: one panel mode: move', async (t) => {
|
||||
test('cloudcmd: route: buttons: one file panel: move', async (t) => {
|
||||
const config = {
|
||||
oneFilePanel: true
|
||||
};
|
||||
|
|
@ -101,7 +101,7 @@ test('cloudcmd: route: buttons: one panel mode: move', async (t) => {
|
|||
await done();
|
||||
});
|
||||
|
||||
test('cloudcmd: route: buttons: one panel mode: move', async (t) => {
|
||||
test('cloudcmd: route: buttons: one file panel: move', async (t) => {
|
||||
const config = {
|
||||
oneFilePanel: true
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue