We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d4ba9 commit 1896154Copy full SHA for 1896154
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