mirror of
https://github.com/stronk-dev/OrchestratorTracker.git
synced 2025-07-05 10:55:09 +02:00
8 lines
174 B
JavaScript
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();
|
|
})();
|