ci: add unit test workflow for Python and JavaScript

Runs pytest and vitest on every push/PR to main.
Only unit tests — no binary required.
This commit is contained in:
CloakHQ
2026-03-06 05:13:07 +01:00
parent 3880d30d0f
commit 829e4b881f
3 changed files with 33 additions and 2 deletions
-1
View File
@@ -29,7 +29,6 @@ describe("config", () => {
expect(args.some((a) => a.includes("hardware-concurrency"))).toBe(false);
} else {
expect(args).toContain("--fingerprint-platform=windows");
expect(args).toContain("--fingerprint-hardware-concurrency=8");
}
// Should have a random fingerprint seed