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';