lowlighter / metrics

📊 An infographics generator with 30+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
https://metrics.lecoq.io
MIT License
13.46k stars 1.67k forks source link

Patch `Deno.test` permissions for `--allow-run` #1571

Open lowlighter opened 9 months ago

lowlighter commented 9 months ago

Patch Deno.test permissions for --allow-run when https://github.com/denoland/deno/issues/21123 is resolved Currently we need to use permissions: "inherit" but tests should be limited to the executables they plan to use