Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
longdog committed Jan 9, 2025
1 parent cf4ae5e commit cb06dfc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions __tests__/channel.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ describe("Channel work", () => {
await t.sendPhoto();
expect(b.photo.b).toBe("next");
});
// it("should init timer on start", async () => {
// expect(t._timer).toBeDefined();
// });
it("should init timer on start", async () => {
expect(t._stopTimer).toBeDefined();
expect(t._timer).toBeDefined();
});
});

0 comments on commit cb06dfc

Please sign in to comment.