Skip to content

Commit

Permalink
Fix some web changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 15, 2024
1 parent e45bdbd commit 951b6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/test-rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import initSync, { get_problems, run_problem, get_js_answer } from './dist/rust.js';
mocha.setup('bdd');
window.onload = function() {
initSync();
var runner = mocha.run();
var failedTests = [];

Expand All @@ -41,6 +40,7 @@
titles: flattenTitles(test)
});
});
initSync();
for (const p of get_problems()) {
const expected = get_js_answer(p);
describe(`run test ${p}`, function() {
Expand Down

0 comments on commit 951b6d3

Please sign in to comment.