Skip to content

Commit

Permalink
chore: use File ts definition from the runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Feb 28, 2024
1 parent 4ce5dd3 commit 9946355
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/fuel-development-wallet/jest.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Object.defineProperties(globalThis, {
ReadableStream: { value: ReadableStream },
});

import { Blob, File } from 'node:buffer';
import { Blob } from 'node:buffer';
import { FormData, Headers, Request, Response, fetch } from 'undici';

Object.defineProperties(globalThis, {
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-wallet/jest.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Object.defineProperties(globalThis, {
ReadableStream: { value: ReadableStream },
});

import { Blob, File } from 'node:buffer';
import { Blob } from 'node:buffer';
import { FormData, Headers, Request, Response, fetch } from 'undici';

Object.defineProperties(globalThis, {
Expand Down
2 changes: 1 addition & 1 deletion packages/fuelet-wallet/jest.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Object.defineProperties(globalThis, {
ReadableStream: { value: ReadableStream },
});

import { Blob, File } from 'node:buffer';
import { Blob } from 'node:buffer';
import { FormData, Headers, Request, Response, fetch } from 'undici';

Object.defineProperties(globalThis, {
Expand Down

0 comments on commit 9946355

Please sign in to comment.