mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
@@ -37,7 +37,7 @@ describe('instance', function () {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should make an http request with url instead of baseURL', function () {
|
it('should make an http request with url instead of baseURL', function (done) {
|
||||||
var instance = axios.create({
|
var instance = axios.create({
|
||||||
url: 'https://api.example.com'
|
url: 'https://api.example.com'
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user