mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Fixed isHttpRequestBody
tests
This commit is contained in:
parent
53b7c10188
commit
ef72f0bed1
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import { Readable } from "node:stream";
|
import { Readable } from "node:stream";
|
||||||
import { Blob } from "@/utils/net/blob";
|
import { Blob } from "@/utils/net/blob";
|
||||||
|
import { FormData } from "@/utils/net/form-data";
|
||||||
import { isHttpRequestBody, isStreamableHttpRequestBody } from "@/utils/net/http-request-body";
|
import { isHttpRequestBody, isStreamableHttpRequestBody } from "@/utils/net/http-request-body";
|
||||||
|
|
||||||
describe("isHttpRequestBody", () => {
|
describe("isHttpRequestBody", () => {
|
||||||
|
|
Loading…
Reference in a new issue