add the missing semicolon
This commit is contained in:
parent
286f5ad43e
commit
193eadbdb5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
var request = require('supertest');
|
||||
var koa = require('../..')
|
||||
var koa = require('../..');
|
||||
|
||||
describe('ctx.cookies.set()', function(){
|
||||
it('should set an unsigned cookie', function(done){
|
||||
|
|
Loading…
Reference in a new issue