mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
test(cloudcmd) replaceDist: !isDev: dist-dev -> dist
This commit is contained in:
parent
69807a729d
commit
ca284ed72f
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ test('cloudcmd: replaceDist: !isDev', (t) => {
|
|||
const {_replaceDist} = require(cloudcmdPath);
|
||||
|
||||
const result = _replaceDist(url);
|
||||
const expected = '/dist-dev/hello';
|
||||
const expected = url;
|
||||
|
||||
reset();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue