Skip to content

Commit c1031bd

Browse files
chore(internal): fix tests failing on node v18 (#48)
1 parent cd888bc commit c1031bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/uploads.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import fs from 'fs';
22
import type { ResponseLike } from '@gitpod/sdk/internal/to-file';
33
import { toFile } from '@gitpod/sdk/uploads';
4+
import { File } from 'node:buffer';
45

56
class MyClass {
67
name: string = 'foo';

0 commit comments

Comments
 (0)