Implement API tests

This commit is contained in:
syuilo 2018-10-16 06:37:21 +09:00
parent beb2f7e558
commit 80daf7c749
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
5 changed files with 161 additions and 2 deletions

View file

@ -54,4 +54,4 @@ router.all('*', async ctx => {
// Register router
app.use(router.routes());
module.exports = app;
export default app;