From 4f37bbdb767bed5c33d5b212c420f71df3262d8f Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Fri, 22 Apr 2022 12:11:36 -0700 Subject: [PATCH] fix up test --- setupTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),