mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
@@ -263,7 +263,7 @@ describe('requests', function () {
|
||||
});
|
||||
});
|
||||
|
||||
it('should make cross domian http request', function (done) {
|
||||
it('should make cross domain http request', function (done) {
|
||||
var response;
|
||||
|
||||
axios.post('www.someurl.com/foo').then(function(res){
|
||||
|
||||
Reference in New Issue
Block a user