mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 05:02:54 +00:00
test(static) before -> connect
This commit is contained in:
parent
46c6ca51cf
commit
3a740330ec
5 changed files with 136 additions and 155 deletions
|
|
@ -50,7 +50,7 @@ test('cloudcmd: modules', async (t) => {
|
|||
t.deepEqual(result, expected, 'should equal');
|
||||
t.end();
|
||||
|
||||
done();
|
||||
await done();
|
||||
});
|
||||
|
||||
test('cloudcmd: modules: wrong route', async (t) => {
|
||||
|
|
@ -69,7 +69,7 @@ test('cloudcmd: modules: wrong route', async (t) => {
|
|||
t.notDeepEqual(result, expected, 'should not be equal');
|
||||
t.end();
|
||||
|
||||
done();
|
||||
await done();
|
||||
});
|
||||
|
||||
test('cloudcmd: modules: no', (t) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue