feat: add support for headscale 0.29+

This commit is contained in:
Aarnav Tale
2026-06-20 18:03:14 -04:00
parent 846c030bc1
commit e29221e5f7
7 changed files with 21 additions and 7 deletions
+1
View File
@@ -10,6 +10,7 @@ import { afterAll, beforeAll, describe, expect, test } from "vitest";
// This is a little shim file that we use to execute the real proc-helper that
// is bundled through Vite in order to test against a real Linux /proc FS.
const testRunner = `
process.env.NODE_ENV = "test";
const { findHeadscaleServe } = require("./proc-helper.js");
async function main() {