Skip to content

Commit 83b21fb

Browse files
authored
Support evaluator callbacks in the JavaScript port (#686)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 7558ff3 commit 83b21fb

File tree

4 files changed

+1061
-180
lines changed

4 files changed

+1061
-180
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
if: matrix.platform.benchmark
143143

144144
# Node.js
145-
- run: node --test ports/javascript/test.mjs
145+
- run: cd ports/javascript && npm test
146146
- run: node ports/javascript/benchmark.mjs > build/benchmark-javascript.json
147147
if: matrix.platform.benchmark
148148

0 commit comments

Comments
 (0)