mirror of
https://github.com/stronk-dev/OrchestratorTracker.git
synced 2025-07-05 19:05:10 +02:00
8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
import { runTests } from "./util/orchTester.js";
|
|
|
|
(async () => {
|
|
// On first boot, kickstart the test loop
|
|
console.log("Starting main loop...");
|
|
runTests();
|
|
})();
|