mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +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,
|
autoClose: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
async function copy() {
|
async function copy() {
|
||||||
await IO.copy(dirPath, mp3Dir, mp3Names);
|
await IO.copy(dirPath, mp3Dir, mp3Names);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
async function move() {
|
async function move() {
|
||||||
await IO.move(dirPath, mp3Dir, mp3Names);
|
await IO.move(dirPath, mp3Dir, mp3Names);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue