mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Update links
This commit is contained in:
@@ -6,6 +6,6 @@ describe('helpers::isURLSameOrigin', function () {
|
||||
});
|
||||
|
||||
it('should detect different origin', function () {
|
||||
expect(isURLSameOrigin('https://github.com/mzabriskie/axios')).toEqual(false);
|
||||
expect(isURLSameOrigin('https://github.com/axios/axios')).toEqual(false);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user