From 1a7c2e4484766bb7de6136c822c1d9ccee22beeb Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:06:34 +0000 Subject: [PATCH] chore(internal): fix tests failing on node v18 --- tests/uploads.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/uploads.test.ts b/tests/uploads.test.ts index 4ebfdb43..af939708 100644 --- a/tests/uploads.test.ts +++ b/tests/uploads.test.ts @@ -1,6 +1,7 @@ import fs from 'fs'; import type { ResponseLike } from 'writer-sdk/internal/to-file'; import { toFile } from 'writer-sdk/uploads'; +import { File } from 'node:buffer'; class MyClass { name: string = 'foo';