koa-lite/test/context
Ruben Bridgewater 8f047ddb84 fix: use non deprecated custom inspect (#1198)
Custom inspection with the `inspect` property is deprecated and will
not work in Node.js 11 anymore. This fixes it by using the custom
inspect symbol where existent and falls back to the old style in case
it does not exist.
2018-06-25 10:34:15 +08:00
..
assert.js test: Use Jest (#981) 2017-05-11 11:30:32 +08:00
cookies.js test: replace request(app.listen()) with request(app.callback()) 2017-09-25 23:07:57 -05:00
inspect.js fix: use non deprecated custom inspect (#1198) 2018-06-25 10:34:15 +08:00
onerror.js Error handling: on non-error throw try to stringify if error is an object (#1113) 2017-12-24 20:48:44 +08:00
state.js test: Use Jest (#981) 2017-05-11 11:30:32 +08:00
throw.js test: Use Jest (#981) 2017-05-11 11:30:32 +08:00
toJSON.js test: Use Jest (#981) 2017-05-11 11:30:32 +08:00