1 2 3 4 5 6 7 8 9 10 11 12 13
{ "tests": { "allowed": { "args": "run -A --unstable-worker-options --quiet main.ts", "output": "1\n" }, "denied": { "args": "run -A --unstable-worker-options --quiet main_denied.ts", "output": "denied.out", "exitCode": 1 } } }