2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-02 16:04:10 +03:00

Removing deprecated success/error aliases

closes #57
This commit is contained in:
mzabriskie
2015-04-08 14:44:41 -06:00
parent 8c1694e821
commit 0e33680f40
3 changed files with 0 additions and 54 deletions
-2
View File
@@ -15,8 +15,6 @@ describe('api', function () {
expect(typeof promise.then).toEqual('function');
expect(typeof promise.catch).toEqual('function');
expect(typeof promise.success).toEqual('function');
expect(typeof promise.error).toEqual('function');
});
it('should have defaults', function () {