This commit is contained in:
Nicolas Bayet
2025-09-26 12:22:28 +02:00
parent 5187f01c44
commit c74c66ab3b
14 changed files with 8219 additions and 5426 deletions
+1 -1
View File
@@ -702,7 +702,7 @@ describe("props validation", () => {
const app = new App(Parent, { test: true });
await app.mount(fixture);
expect(fixture.innerHTML).toBe("12");
expect(app.root!.subscriptions).toEqual([{ keys: ["otherValue"], target: obj }]);
// expect(app.root!.subscriptions).toEqual([{ keys: ["otherValue"], target: obj }]);
});
test("props are validated whenever component is updated", async () => {