lint: commit --fix
This commit is contained in:
parent
4b41a8b94b
commit
f6f1ab73e1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ describe('res.status=', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
function strip (status) {
|
function strip(status){
|
||||||
it('should strip content related header fields', async () => {
|
it('should strip content related header fields', async () => {
|
||||||
const app = new Koa();
|
const app = new Koa();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue