Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use async function and support koa@2 #62

Merged
merged 2 commits into from Feb 27, 2017
Merged

Conversation

dead-horse
Copy link
Member

@dead-horse dead-horse commented Feb 26, 2017

closes #61

@@ -306,7 +306,7 @@ describe('test/middleware.test.js', function () {
});

function App(options) {
var app = koa();
var app = new koa();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new Koa()?

@ruimarinho
Copy link

LGTM.

@dead-horse dead-horse merged commit 31aa5df into master Feb 27, 2017
@dead-horse dead-horse deleted the refactor-with-aa branch February 27, 2017 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

koa 2.0 is latest version now
2 participants