Clear frame listener mocks in EditorSimulationController tests
This commit is contained in:
@@ -151,6 +151,7 @@ describe("EditorSimulationController", () => {
|
||||
uiListener.mockClear();
|
||||
|
||||
controller.play();
|
||||
frameListener.mockClear();
|
||||
uiListener.mockClear();
|
||||
controller.advance(0.25);
|
||||
controller.advance(0.25);
|
||||
|
||||
Reference in New Issue
Block a user