import { debugRoute } from './debug-route'; export async function runTests() { await debugRoute(); }