Merge pull request #574 from stojanovic/fix/test-todo

Remove TODO from the response type test
This commit is contained in:
TJ Holowaychuk 2015-10-31 06:10:16 -07:00
commit 308ceee47d

View file

@ -55,8 +55,7 @@ describe('ctx.type', function(){
describe('with no Content-Type', function(){
it('should return ""', function(){
const ctx = context();
// TODO: ctx is lame
assert('' === ctx.type);
assert(!ctx.type);
});
});