mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user