We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82312d6 commit 5e287adCopy full SHA for 5e287ad
test/emitter.test.ts
@@ -20,7 +20,7 @@ describe("emitter", () => {
20
jest.restoreAllMocks()
21
})
22
23
- it("should return an Emitter", async () => {
+ it("should run the correct callbacks", async () => {
24
const HELLO_WORLD = "HELLO_WORLD"
25
const GOODBYE_WORLD = "GOODBYE_WORLD"
26
const mockCallback = jest.fn(() => "Mock function called")
0 commit comments