2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Revert "Fixed isFormData predicate; (#4413)" (#4472)

This reverts commit 73e3bdb883.
This commit is contained in:
Jay
2022-02-13 15:47:38 +02:00
committed by GitHub
parent 447a24dfc3
commit d660e29c1a
6 changed files with 15 additions and 40 deletions
+1 -1
View File
@@ -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: {