2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Adding request function to exported singleton

#316
This commit is contained in:
Joshua Egan
2016-05-17 14:54:34 -06:00
committed by Nick Uraltsev
parent 2e949495f0
commit 0d9996b1a0
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -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');