mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
add test case
This commit is contained in:
@@ -59,7 +59,8 @@ describe('requests', function () {
|
||||
|
||||
axios({
|
||||
method: 'post',
|
||||
url: 'www.someurl.com/foo'
|
||||
url: 'www.someurl.com/foo',
|
||||
xDomain: true
|
||||
}).then(function(res){
|
||||
response = res;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user