Skip to content

Commit

Permalink
Merge pull request koajs#90 from bananaappletw/master
Browse files Browse the repository at this point in the history
Remove unnecessary codes
  • Loading branch information
hemanth authored Oct 17, 2016
2 parents 1cbbfa7 + de6631c commit e569153
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base-auth/test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
var app = require('./app');
var request = require('supertest').agent(app.listen());
var assert = require('assert');

describe('Koa Basic Auth', function(){

describe('with no credentials', function(){
it('should `throw` 401', function(done){
request
Expand Down

0 comments on commit e569153

Please sign in to comment.