Import Instagram archive to a Bluesky account
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

tests pass with new strategy and factory pattern.

+1 -1
+1 -1
src/media/media.test.ts
··· 20 20 21 21 // Mock the video validation 22 22 jest.mock("../video/video", () => ({ 23 - validateVideo: jest.fn().mockReturnValue(true) 23 + validateVideo: jest.fn().mockReturnValue(false) 24 24 })); 25 25 26 26 describe("Instagram Media Processing", () => {