Test: change a describe to it (#959)
This commit is contained in:
parent
cb12aa8ae5
commit
19fc4194b7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ describe('req.type', () => {
|
||||||
req.type.should.equal('text/html');
|
req.type.should.equal('text/html');
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('with no host present', () => {
|
it('with no host present', () => {
|
||||||
const req = request();
|
const req = request();
|
||||||
assert('' === req.type);
|
assert('' === req.type);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue