mirror of
https://github.com/tenrok/axios.git
synced 2026-05-21 13:24:11 +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({
|
||||
url: 'https://api.example.com'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user