Migrate from koa-route to koa-router

This commit is contained in:
Jonathan Cremin 2015-08-22 16:16:15 +01:00
parent 8474cca94c
commit a4bf3dd51d
17 changed files with 206 additions and 291 deletions

View file

@ -1,5 +1,5 @@
import app from '../../web/app';
import { agent } from 'supertest';
import app from '../../app';
const request = agent(app.listen());