mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
committed by
Nick Uraltsev
parent
2e949495f0
commit
0d9996b1a0
@@ -1,5 +1,6 @@
|
||||
describe('static api', function () {
|
||||
it('should have request method helpers', function () {
|
||||
expect(typeof axios.request).toEqual('function');
|
||||
expect(typeof axios.get).toEqual('function');
|
||||
expect(typeof axios.head).toEqual('function');
|
||||
expect(typeof axios.delete).toEqual('function');
|
||||
|
||||
Reference in New Issue
Block a user