From 67677c82b5576f3fc1dcddd1416aefe367b9e675 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Sun, 10 Nov 2024 09:38:27 -0500 Subject: [PATCH] fix preact --- packages/preact-robot/package.json | 2 +- packages/preact-robot/test/test.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/preact-robot/package.json b/packages/preact-robot/package.json index 988003da..a3d02f33 100644 --- a/packages/preact-robot/package.json +++ b/packages/preact-robot/package.json @@ -49,7 +49,7 @@ }, "wireit": { "test": { - "command": "node-qunit-puppeteer http://localhost:1965/packages/preact-robot/test/test.html 20000", + "command": "node-qunit-puppeteer http://localhost:1965/packages/preact-robot/test/test.html 10000", "dependencies": [ "../..:server" ], diff --git a/packages/preact-robot/test/test.html b/packages/preact-robot/test/test.html index e8b95ab9..c10e3136 100644 --- a/packages/preact-robot/test/test.html +++ b/packages/preact-robot/test/test.html @@ -18,12 +18,12 @@ "htm/preact": "../../../node_modules/htm/preact/index.module.js", "preact/hooks": "../../../node_modules/preact/hooks/dist/hooks.module.js", "preact": "../../../node_modules/preact/dist/preact.module.js", - "robot3": "../../../node_modules/robot3/machine.js", - "robot-hooks": "../node_modules/robot-hooks/machine.js" + "robot3": "../../core/machine.js", + "robot-hooks": "../../robot-hooks/machine.js" } } \ No newline at end of file +