express/test
2018-09-13 18:15:48 -04:00
..
acceptance examples: fix typo in multi-router example 2018-09-13 18:15:48 -04:00
fixtures Improve error message when autoloading invalid view engine 2017-09-25 21:11:33 -04:00
support tests: check render error without engine-specific message 2017-09-21 22:45:26 -04:00
app.all.js tests: add a missing test description 2015-05-01 22:12:09 -04:00
app.del.js remove unnecessary test/support/http 2014-05-18 00:57:54 -04:00
app.engine.js lint: add eslint rules that cover editorconfig 2017-08-05 23:37:39 -04:00
app.head.js tests: fix inconsistent test 2014-07-04 00:38:59 -04:00
app.js tests: fix incorrect should usage 2017-08-05 20:10:35 -04:00
app.listen.js lint: remove all unused varaibles 2017-08-06 00:19:32 -04:00
app.locals.js lint: remove all unused varaibles 2017-08-06 00:19:32 -04:00
app.options.js tests: fix typos in test descriptions 2016-11-18 13:47:28 -05:00
app.param.js lint: remove usages of "==" 2018-02-13 19:30:57 -05:00
app.render.js tests: check render error without engine-specific message 2017-09-21 22:45:26 -04:00
app.request.js remove unnecessary test/support/http 2014-05-18 00:57:54 -04:00
app.response.js remove unnecessary test/support/http 2014-05-18 00:57:54 -04:00
app.route.js tests: add more route tests 2014-06-06 11:12:52 -04:00
app.router.js lint: remove usages of "==" 2018-02-13 19:30:57 -05:00
app.routes.error.js tests: fix incorrect should usage 2017-08-05 20:10:35 -04:00
app.use.js Improve error messages when non-function provided as middleware 2017-09-28 09:20:37 -04:00
config.js lint: add eslint rules that cover editorconfig 2017-08-05 23:37:39 -04:00
exports.js tests: fix incorrect should usage 2017-08-05 20:10:35 -04:00
middleware.basic.js tests: run mocha with --no-exit to detect hangs 2017-10-01 00:48:29 -04:00
mocha.opts mocha.opts 2011-12-20 17:37:06 -08:00
regression.js remove unnecessary test/support/http 2014-05-18 00:57:54 -04:00
req.accepts.js remove unnecessary test/support/http 2014-05-18 00:57:54 -04:00
req.acceptsCharset.js add deprecation message to non-plural req.accepts* 2014-06-23 16:17:44 -04:00
req.acceptsCharsets.js add deprecation message to non-plural req.accepts* 2014-06-23 16:17:44 -04:00
req.acceptsEncoding.js tests: fix incorrect should usage 2017-08-05 20:10:35 -04:00
req.acceptsEncodings.js tests: fix incorrect should usage 2017-08-05 20:10:35 -04:00
req.acceptsLanguage.js tests: fix incorrect should usage 2017-08-05 20:10:35 -04:00
req.acceptsLanguages.js tests: fix incorrect should usage 2017-08-05 20:10:35 -04:00
req.baseUrl.js add req.baseUrl to access stripped path in routes 2014-05-19 00:39:26 -04:00
req.fresh.js Remove usage of res._headers private field 2017-02-20 22:08:33 -05:00
req.get.js Improve error with invalid arguments to req.get() 2016-06-03 00:07:34 -04:00
req.host.js lint: remove all unused varaibles 2017-08-06 00:19:32 -04:00
req.hostname.js lint: remove all unused varaibles 2017-08-06 00:19:32 -04:00
req.ip.js lint: fix broken indentation in tests 2017-02-04 20:54:47 -05:00
req.ips.js remove unnecessary test/support/http 2014-05-18 00:57:54 -04:00
req.is.js tests: update req.is tests to run through express 2017-02-20 16:55:15 -05:00
req.param.js Add express.json and express.urlencoded to parse bodies 2017-09-28 13:22:36 -04:00
req.path.js remove unnecessary test/support/http 2014-05-18 00:57:54 -04:00
req.protocol.js Fix req.protocol/req.secure when using "trust proxy" hops count 2015-02-28 21:29:43 -05:00
req.query.js build: supertest@1.2.0 2016-06-01 17:31:10 -04:00
req.range.js lint: remove all unused varaibles 2017-08-06 00:19:32 -04:00
req.route.js remove unnecessary test/support/http 2014-05-18 00:57:54 -04:00
req.secure.js Fix req.protocol/req.secure when using "trust proxy" hops count 2015-02-28 21:29:43 -05:00
req.signedCookies.js lint: remove usages of "==" 2018-02-13 19:30:57 -05:00
req.stale.js Remove usage of res._headers private field 2017-02-20 22:08:33 -05:00
req.subdomains.js Fix error in req.subdomains on empty host 2014-09-08 23:45:34 -04:00
req.xhr.js tests: remove unnecessary functions for supertest 2018-01-17 00:28:25 -05:00
res.append.js Add res.append(field, val) to append headers 2015-01-13 21:07:00 -05:00
res.attachment.js Use safe-buffer for improved Buffer API 2017-09-28 08:26:39 -04:00
res.clearCookie.js tests: use supertest expect for simple assertions 2017-03-05 00:04:47 -05:00
res.cookie.js tests: use supertest expect for simple assertions 2017-03-05 00:04:47 -05:00
res.download.js Add options to res.download 2017-09-28 11:11:08 -04:00
res.format.js lint: remove usages of "==" 2018-02-13 19:30:57 -05:00
res.get.js tests: remove more mocking uses 2015-01-21 03:17:30 -05:00
res.json.js lint: remove usages of "==" 2018-02-13 19:30:57 -05:00
res.jsonp.js lint: remove usages of "==" 2018-02-13 19:30:57 -05:00
res.links.js tests: remove more mocking uses 2015-01-21 03:17:30 -05:00
res.locals.js remove unnecessary test/support/http 2014-05-18 00:57:54 -04:00
res.location.js tests: add tests for res.location('back') 2017-05-07 19:26:33 -04:00
res.redirect.js Use statuses instead of http module for status messages 2017-02-22 02:16:52 -05:00
res.render.js Improve error message when autoloading invalid view engine 2017-09-25 21:11:33 -04:00
res.send.js tests: separate res.send() chain test 2018-01-02 19:26:27 -05:00
res.sendFile.js tests: run mocha with --no-exit to detect hangs 2017-10-01 00:48:29 -04:00
res.sendStatus.js lint: remove all unused varaibles 2017-08-06 00:19:32 -04:00
res.set.js Fix error when res.set cannot add charset to Content-Type 2017-05-14 23:58:25 -04:00
res.status.js remove unnecessary test/support/http 2014-05-18 00:57:54 -04:00
res.type.js deps: send@0.16.0 2017-09-28 12:39:05 -04:00
res.vary.js lint: remove all unused varaibles 2017-08-06 00:19:32 -04:00
Route.js lint: remove all unused varaibles 2017-08-06 00:19:32 -04:00
Router.js lint: remove usages of "==" 2018-02-13 19:30:57 -05:00
utils.js Use safe-buffer for improved Buffer API 2017-09-28 08:26:39 -04:00