[ci] format
This commit is contained in:
parent
e5383cd357
commit
089ce68f08
3 changed files with 6 additions and 6 deletions
|
@ -32,7 +32,7 @@ Deno.test({
|
||||||
assertEquals(resp.status, 200);
|
assertEquals(resp.status, 200);
|
||||||
const ct = resp.headers.get('content-type');
|
const ct = resp.headers.get('content-type');
|
||||||
assertEquals(ct, 'text/css');
|
assertEquals(ct, 'text/css');
|
||||||
await resp.body.cancel()
|
await resp.body.cancel();
|
||||||
|
});
|
||||||
|
},
|
||||||
});
|
});
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
Loading…
Reference in a new issue