2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-21 13:24:11 +03:00

Fix cancellation error on build master. #2290 #2207 (#2407)

This commit is contained in:
Felipe Martins
2019-09-12 23:45:06 -03:00
committed by GitHub
parent f5704fce71
commit c282e7ea8e
+1 -1
View File
@@ -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'
});