| 1 | /* Agnostic driver: feeds each <pkg>/<pkg>.json corpus to the <edge-python> tag. Run: deno test --allow-all tests/ */ |
| 2 | |
| 3 | import { chromium } from "npm:playwright@latest"; |
| 4 | import { readFileSync, readdirSync, existsSync, statSync } from "node:fs"; |
nothing calls this directly
no test coverage detected