chore: add tests for nodes

This commit is contained in:
Aarnav Tale
2025-12-03 19:05:54 -05:00
parent 45de5f6833
commit d363ed5486
4 changed files with 176 additions and 4 deletions
@@ -49,5 +49,3 @@ export async function startHeadscale(version: string): Promise<HeadscaleEnv> {
const apiKey = JSON.parse(exec.stdout.toString());
return { container, apiUrl, apiKey };
}
// await startHeadscale('0.26.0');