axios-axios/test/specs
Lochlan Bunn fe7d09bb08 Fixing combineURLs to support an empty relativeURL (#581)
* Fixing combineURLs to support an empty relativeURL

When combining the base and relative URLs, we should forego force
appending a slash to the base when the relative URL is empty.
This leads to a semantic url.

* Fixing combineURLs, allowing single slash relatives
2016-12-07 21:23:45 -08:00
..
cancel Adding axios.isCancel method 2016-09-21 18:47:37 -07:00
core Improve error handling 2016-06-13 13:56:08 -07:00
helpers Fixing combineURLs to support an empty relativeURL (#581) 2016-12-07 21:23:45 -08:00
utils Fixing forEach test 2016-09-12 20:51:23 +02:00
__helpers.js Fixing sporadically failing tests 2016-10-29 21:58:06 -07:00
adapter.spec.js Cleaning up tests a bit 2016-03-04 10:35:05 -07:00
api.spec.js Adding axios.isCancel method 2016-09-21 18:47:37 -07:00
basicAuth.spec.js Moving test helpers and auto-loading them 2016-03-07 13:21:27 -07:00
basicAuthWithPolyfill.spec.js Moving test helpers and auto-loading them 2016-03-07 13:21:27 -07:00
cancel.spec.js Fixing issue with calling cancel after response has been received 2016-10-17 18:20:13 -07:00
defaults.spec.js Fixing bug with custom intances and global defaults 2016-11-26 18:17:21 -08:00
headers.spec.js Moving test helpers and auto-loading them 2016-03-07 13:21:27 -07:00
instance.spec.js Fixing sporadically failing tests 2016-10-29 21:58:06 -07:00
interceptors.spec.js Fixing sporadically failing tests 2016-10-29 21:58:06 -07:00
options.spec.js Moving test helpers and auto-loading them 2016-03-07 13:21:27 -07:00
progress.spec.js Splitting progress event handlers into upload and download handlers 2016-08-22 21:52:59 -07:00
promise.spec.js Fixing sporadically failing tests 2016-10-29 21:58:06 -07:00
requests.spec.js Fixing sporadically failing tests 2016-10-29 21:58:06 -07:00
transform.spec.js Fixing sporadically failing tests 2016-10-29 21:58:06 -07:00
xsrf.spec.js Added test to ensure that XHR adapter does not read cookies if xsrfCookieName is null 2016-08-11 10:47:53 +02:00