chore(putout) lint using actions

This commit is contained in:
coderaiser 2021-02-03 19:07:12 +00:00
parent 135edafaee
commit 77bd89f8f7

View file

@ -30,7 +30,7 @@ test('cloudcmd: client: view: types: detectType', async (t) => {
const expected = [
'/hello', {
method: 'HEAD',
}
},
];
t.calledWith(fetch, expected);