fix up test

This commit is contained in:
Zach Plata
2022-04-22 12:11:36 -07:00
committed by Zachary Plata
parent 39f1990eac
commit 4f37bbdb76

View File

@@ -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(),