work on initialization

This commit is contained in:
Géry Debongnie
2019-02-18 15:34:23 +01:00
parent 7c54787c32
commit 3446c5b504
20 changed files with 220 additions and 194 deletions
@@ -1,4 +1,4 @@
import { INotification } from "../../src/ts/core/notifications";
import { INotification } from "../../src/ts/store/notifications";
import { Notification } from "../../src/ts/widgets/notification";
import { makeTestEnv, makeTestFixture, loadTemplates } from "../helpers";