[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 Aaron Bohy
parent c1439814bf
commit 1658d15b87
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", () => {