We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e93db5 commit a9ab0cfCopy full SHA for a9ab0cf
test/unit/node/heart.test.ts
@@ -75,6 +75,7 @@ describe("Heart", () => {
75
const isAlive = heart.alive()
76
expect(isAlive).toBe(false)
77
})
78
+ it.todo("should beat twice without warnings")
79
80
81
describe("heartbeatTimer", () => {
0 commit comments