mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
@@ -1646,7 +1646,7 @@ describe("async rendering", () => {
|
||||
);
|
||||
});
|
||||
|
||||
test.only("properly behave when destroyed/unmounted while rendering ", async () => {
|
||||
test("properly behave when destroyed/unmounted while rendering ", async () => {
|
||||
let def = Promise.resolve();
|
||||
|
||||
class Child extends Widget {
|
||||
|
||||
+1
-1
@@ -141,7 +141,7 @@ describe("basic use", () => {
|
||||
|
||||
test("env is given to actions", () => {
|
||||
expect.assertions(1);
|
||||
const someEnv = {};
|
||||
const someEnv = <Env>{};
|
||||
const actions = {
|
||||
someaction({ env }) {
|
||||
expect(env).toBe(someEnv);
|
||||
|
||||
Reference in New Issue
Block a user