mirror of
https://github.com/tenrok/axios.git
synced 2026-06-02 16:04:10 +03:00
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user