summaryrefslogtreecommitdiffstats
path: root/tests.mjs
blob: a364e8eba39553eb7af2907206315432c5d8decf (plain)
1
2
3
4
5
6
import TestHarness from './test-harness.mjs';

function init() {
    TestHarness.register();
}
document.addEventListener('DOMContentLoaded', init);