Skip to content

Commit

Permalink
fix preact
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Nov 10, 2024
1 parent 56f58f7 commit 67677c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/preact-robot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/preact-robot/test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
</script>
<script type="module">
import './test.js';
QUnit.start();
</script>
</script>

0 comments on commit 67677c8

Please sign in to comment.