2
0
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:
Nick Uraltsev
2017-03-01 20:40:55 -08:00
parent 68ec2abc4a
commit 36d97e525d
+3
View File
@@ -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();
};