mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
move Env definition to Widget
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { Env } from "../../src/ts/env";
|
||||
import { INotification } from "../../src/ts/core/notifications";
|
||||
import { Notification } from "../../src/ts/widgets/notification";
|
||||
import { makeTestEnv, makeTestFixture, loadTemplates } from "../helpers";
|
||||
@@ -8,7 +7,7 @@ import { makeTestEnv, makeTestFixture, loadTemplates } from "../helpers";
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
let fixture: HTMLElement;
|
||||
let env: Env;
|
||||
let env: ReturnType<typeof makeTestEnv>;
|
||||
let templates: string;
|
||||
|
||||
beforeAll(async () => {
|
||||
|
||||
Reference in New Issue
Block a user