mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(cloudcmd) lint using actions
This commit is contained in:
parent
90eae0e944
commit
edbebd983e
1 changed files with 1 additions and 2 deletions
|
|
@ -257,8 +257,7 @@ test('cloudcmd: route: sendIndex: encode', async (t) => {
|
|||
configManager: createConfigManager(),
|
||||
});
|
||||
|
||||
const response = await request.get('/');
|
||||
const {body} = response;
|
||||
const {body} = await request.get('/');
|
||||
|
||||
stopAll();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue