diff --git a/tests/qweb/qweb_memory.test.ts b/tests/qweb/qweb_memory.test.ts index abb24d1f..c7afb8a7 100644 --- a/tests/qweb/qweb_memory.test.ts +++ b/tests/qweb/qweb_memory.test.ts @@ -5,10 +5,7 @@ describe("memory", () => { test("t-foreach does not leak stuff in global scope", () => { let qweb = new QWeb(); const initialNumberOfGlobals = Object.keys(window).length; - qweb.addTemplate( - "test", - `
321
`; expect(result).toBe(expected);