Skip to content

Commit 5e287ad

Browse files
committed
Update test/emitter.test.ts
1 parent 82312d6 commit 5e287ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/emitter.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe("emitter", () => {
2020
jest.restoreAllMocks()
2121
})
2222

23-
it("should return an Emitter", async () => {
23+
it("should run the correct callbacks", async () => {
2424
const HELLO_WORLD = "HELLO_WORLD"
2525
const GOODBYE_WORLD = "GOODBYE_WORLD"
2626
const mockCallback = jest.fn(() => "Mock function called")

0 commit comments

Comments
 (0)