2023-11-03 01:57:37 +01:00

8 lines
174 B
JavaScript

const { runTests } = require("./util/orchTester.js");
(async () => {
// On first boot, kickstart the test loop
console.log("Starting main loop...");
runTests();
})();