koa-lite/test/context
Tejas Manohar 9f27c1c414 refactor to use ES6 const
change var to const for static require()'d modules

make constant var references in app use const keyword

refactor context to use es6 constants

refactor request to use es6 constants, let block-scope coming next

use const in response object for static refs

make context tests use es6 constants

experimental unit tests -> const

use const for static references in unit test over req

use const for static refs in res tests

update app tests to use const for static refs

make the context test use es6 constants for static refs

use constants in the README
es6 constants seem to work in --harmony on 0.12 too

use const's for immutable refs in benchmarks

ensure all JS files have blank newline at top

add newline to bottom of file where missing

add a webchat freenode link to irc channel

no need to assign error in catch{}-able test

app.silent option to turn off err logging

keep test env logging for backwards-compat
2015-10-11 21:22:33 -07:00
..
assert.js refactor to use ES6 const 2015-10-11 21:22:33 -07:00
cookies.js refactor to use ES6 const 2015-10-11 21:22:33 -07:00
inspect.js refactor to use ES6 const 2015-10-11 21:22:33 -07:00
onerror.js refactor to use ES6 const 2015-10-11 21:22:33 -07:00
state.js refactor to use ES6 const 2015-10-11 21:22:33 -07:00
throw.js refactor to use ES6 const 2015-10-11 21:22:33 -07:00
toJSON.js refactor to use ES6 const 2015-10-11 21:22:33 -07:00