diff --git a/setupTests.ts b/setupTests.ts index aecc97b..638a0d4 100644 --- a/setupTests.ts +++ b/setupTests.ts @@ -24,7 +24,7 @@ window.IntersectionObserver = class IntersectionObserver { unobserve() {} }; -jest.mock('@rive-app/webgl', () => ({ +jest.mock('@rive-app/canvas', () => ({ Rive: jest.fn().mockImplementation(() => ({ on: jest.fn(), stop: jest.fn(),