Migrate from koa-route to koa-router
This commit is contained in:
parent
8474cca94c
commit
a4bf3dd51d
17 changed files with 206 additions and 291 deletions
|
@ -1,5 +1,5 @@
|
|||
import app from '../../web/app';
|
||||
import { agent } from 'supertest';
|
||||
import app from '../../app';
|
||||
|
||||
const request = agent(app.listen());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue