mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Moving stuff to helpers/
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var buildUrl = require('../../lib/buildUrl');
|
||||
var buildUrl = require('../../../lib/helpers/buildUrl');
|
||||
|
||||
module.exports = {
|
||||
testNullParams: function (test) {
|
||||
@@ -1,4 +1,4 @@
|
||||
var defaults = require('../../lib/defaults');
|
||||
var defaults = require('../../../lib/defaults');
|
||||
|
||||
module.exports = {
|
||||
testTransformRequestJson: function (test) {
|
||||
@@ -1,4 +1,4 @@
|
||||
var parseHeaders = require('../../lib/parseHeaders');
|
||||
var parseHeaders = require('../../../lib/helpers/parseHeaders');
|
||||
|
||||
module.exports = {
|
||||
testParse: function (test) {
|
||||
@@ -1,4 +1,4 @@
|
||||
var spread = require('../../lib/spread');
|
||||
var spread = require('../../../lib/helpers/spread');
|
||||
|
||||
module.exports = {
|
||||
testSpread: function (test) {
|
||||
@@ -1,4 +1,4 @@
|
||||
var transformData = require('../../lib/transformData');
|
||||
var transformData = require('../../../lib/helpers/transformData');
|
||||
|
||||
module.exports = {
|
||||
testSingleFunction: function (test) {
|
||||
Reference in New Issue
Block a user