Skip to content

Commit 21312c8

Browse files
committed
fix: add missing submitShapes mock in renderPipeline tests
1 parent 064c523 commit 21312c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdk/tests/renderPipeline.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ vi.mock('../src/renderer', () => ({
88
flush: vi.fn(),
99
end: vi.fn(),
1010
submitSprites: vi.fn(),
11+
submitShapes: vi.fn(),
1112
submitBitmapText: vi.fn(),
1213
submitSpine: vi.fn(),
1314
submitParticles: vi.fn(),

0 commit comments

Comments
 (0)