diff --git a/jest/setup.js b/jest/setup.js index 8a9251ec6..819b40c27 100644 --- a/jest/setup.js +++ b/jest/setup.js @@ -275,6 +275,15 @@ const mockNativeModules = { Constants: {}, }, }, + BlobModule: { + BLOB_URI_SCHEME: 'content', + BLOB_URI_HOST: null, + enableBlobSupport: jest.fn(), + disableBlobSupport: jest.fn(), + createFromParts: jest.fn(), + sendBlob: jest.fn(), + release: jest.fn(), + }, WebSocketModule: { connect: jest.fn(), send: jest.fn(),