mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Moving test helpers and auto-loading them
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
var axios = require('../../index');
|
||||
|
||||
describe('static api', function () {
|
||||
it('should have request method helpers', function () {
|
||||
expect(typeof axios.get).toEqual('function');
|
||||
|
||||
Reference in New Issue
Block a user