chore(cloudcmd) lint using actions

This commit is contained in:
coderaiser 2021-03-02 12:42:54 +00:00
parent 90eae0e944
commit edbebd983e

View file

@ -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();