Skip to content

Commit a9ab0cf

Browse files
committed
feat: set up new test for beat twice
1 parent 4e93db5 commit a9ab0cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/node/heart.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ describe("Heart", () => {
7575
const isAlive = heart.alive()
7676
expect(isAlive).toBe(false)
7777
})
78+
it.todo("should beat twice without warnings")
7879
})
7980

8081
describe("heartbeatTimer", () => {

0 commit comments

Comments
 (0)