koa-lite/test/application
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
..
context.js test: Use Jest (#981) 2017-05-11 11:30:32 +08:00
index.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 fix: Throw a TypeError instead of a AssertionError (#1199) 2018-06-06 12:55:20 +08:00
request.js test: Use Jest (#981) 2017-05-11 11:30:32 +08:00
respond.js feat: ignore set header/status when header sent (#1137) 2018-02-11 16:25:24 +08:00
response.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
use.js test: replace request(app.listen()) with request(app.callback()) 2017-09-25 23:07:57 -05:00