This commit is contained in:
Géry Debongnie
2021-11-20 10:45:30 +01:00
parent 89d6b8b7dd
commit b1e79677cb
4 changed files with 52 additions and 43 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ describe("basics", () => {
expect(fixture.innerHTML).toBe("<div><span></span></div>");
});
test("child can be updated", async () => {
test.only("child can be updated", async () => {
class Child extends Component {
static template = xml`<t t-esc="props.value"/>`;
}