We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7558ff3 commit 83b21fbCopy full SHA for 83b21fb
.github/workflows/ci.yml
@@ -142,7 +142,7 @@ jobs:
142
if: matrix.platform.benchmark
143
144
# Node.js
145
- - run: node --test ports/javascript/test.mjs
+ - run: cd ports/javascript && npm test
146
- run: node ports/javascript/benchmark.mjs > build/benchmark-javascript.json
147
148
0 commit comments