mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +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.url).toBe('http://thisisnotaserver');
|
||||
|
||||
// re-enable jasmine.Ajax
|
||||
jasmine.Ajax.install();
|
||||
|
||||
done();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user