Skip to content

Commit cfdae85

Browse files
committed
Added missed JS library from test suite
1 parent b9ac951 commit cfdae85

File tree

6 files changed

+212
-42
lines changed

6 files changed

+212
-42
lines changed

docs/index.html

Lines changed: 37 additions & 37 deletions
Large diffs are not rendered by default.

js-tests/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function main() {
5252
console.log(`Successfully loaded ${Object.keys(suites).length} test suites`);
5353

5454
const summary = new TestSummary();
55-
const engines = ['json-logic-engine'];
55+
const engines = ['json-logic-js', 'json-logic-engine'];
5656

5757
for (const [name, suite] of Object.entries(suites)) {
5858
console.log(`\nRunning suite: ${name}`);

results/csharp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@
239239
"success_rate": 62.84501061571125
240240
}
241241
},
242-
"timestamp": "2025-02-16T04:30:14.696609Z"
242+
"timestamp": "2025-02-16T04:36:30.358208Z"
243243
}

results/go.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,6 @@
341341
"total": 942
342342
}
343343
},
344-
"timestamp": "2025-02-16T04:30:07Z",
344+
"timestamp": "2025-02-16T04:36:23Z",
345345
"go_version": "go1.23.0"
346346
}

results/java.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@
239239
"success_rate" : 57.85562632696391
240240
}
241241
},
242-
"timestamp" : "2025-02-16T04:30:12.471864Z"
242+
"timestamp" : "2025-02-16T04:36:29.016733Z"
243243
}

0 commit comments

Comments
 (0)