mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix: tests
This commit is contained in:
parent
0971ac4e94
commit
a523ef65f5
7 changed files with 9 additions and 16 deletions
|
|
@ -9,7 +9,7 @@ const {
|
|||
_isRootWin32,
|
||||
_isRootAll,
|
||||
_onPUT,
|
||||
} = require('.');
|
||||
} = require('./index.mjs');
|
||||
|
||||
test('rest: formatMsg', (t) => {
|
||||
const result = _formatMsg('hello', 'world');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue