We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62c1c1 commit a4df618Copy full SHA for a4df618
js/widgets/__tests__/tempo.test.js
@@ -800,7 +800,7 @@ describe("Tempo Widget", () => {
800
const oldIntervalId = tempoWidget._intervalID;
801
802
tempoWidget.init(mockActivity);
803
- expect(jest.getTimerCount()).toBe(1); // Only the new one
+ expect(jest.getTimerCount()).toBe(1);
804
});
805
806
test("should call widgetWindow.onclose callback", () => {
0 commit comments