[REF] move event_bus into utils, readd 2 functions

This commit is contained in:
Géry Debongnie
2021-11-13 16:21:01 +01:00
committed by Samuel Degueldre
parent d4c4fe853e
commit 63bfdfb8db
7 changed files with 33 additions and 10 deletions
@@ -1,4 +1,4 @@
import { EventBus } from "../src/event_bus";
import { EventBus } from "../src/utils";
describe("event bus behaviour", () => {
test("can subscribe and be notified", () => {