koa-lite/test
Aaron Heckmann 6392ee0407 return same object from request.query
Before this change, calling request.query when there was no querystring
resulted in a new object created and returned each time. If the resulting
object was ever changed, accessing request.query would not reflect it and
cause weird bugs.
2015-05-21 12:55:58 -07:00
..
context non-error thrown, fixed #432 2015-04-14 10:34:55 +08:00
experimental rename 6to5 to babel 2015-02-15 16:47:18 -08:00
request return same object from request.query 2015-05-21 12:55:58 -07:00
response make sure helpers return strict string 2015-04-29 01:44:02 +08:00
application.js test: improve test coverage for application and response 2015-03-29 14:40:09 +08:00
context.js Remove unused imports and exports 2015-01-29 15:39:06 -08:00