mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
This reverts commit 73e3bdb883.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var toFormData = require("../../../lib/helpers/toFormData");
|
||||
|
||||
describe("toFormData", function () {
|
||||
it("Convert nested data object to FormData", function () {
|
||||
it("Convert nested data object to FormDAta", function () {
|
||||
var o = {
|
||||
val: 123,
|
||||
nested: {
|
||||
|
||||
Reference in New Issue
Block a user