mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Fixing broken test
This commit is contained in:
@@ -51,6 +51,9 @@ describe('requests', function () {
|
|||||||
expect(reason.config.method).toBe('get');
|
expect(reason.config.method).toBe('get');
|
||||||
expect(reason.config.url).toBe('http://thisisnotaserver');
|
expect(reason.config.url).toBe('http://thisisnotaserver');
|
||||||
|
|
||||||
|
// re-enable jasmine.Ajax
|
||||||
|
jasmine.Ajax.install();
|
||||||
|
|
||||||
done();
|
done();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user