mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
test: update fixtures
This commit is contained in:
parent
0e663e1dc5
commit
f1279666b5
3 changed files with 2 additions and 1 deletions
|
|
@ -43,4 +43,3 @@ async function run(TerminalRun, command) {
|
|||
autoClose: false,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
async function copy() {
|
||||
await IO.copy(dirPath, mp3Dir, mp3Names);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
async function move() {
|
||||
await IO.move(dirPath, mp3Dir, mp3Names);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue