diff --git a/tests/uploads.test.ts b/tests/uploads.test.ts index 0fc3454..a118892 100644 --- a/tests/uploads.test.ts +++ b/tests/uploads.test.ts @@ -1,6 +1,7 @@ import fs from 'fs'; import type { ResponseLike } from '@gitpod/sdk/internal/to-file'; import { toFile } from '@gitpod/sdk/uploads'; +import { File } from 'node:buffer'; class MyClass { name: string = 'foo';