(args = [])
| 9 | const now = "2026-05-11T12:00:00Z"; |
| 10 | |
| 11 | function run(args = []) { |
| 12 | return spawnSync(process.execPath, [scriptPath, "--now", now, ...args], { |
| 13 | encoding: "utf8", |
| 14 | }); |
| 15 | } |
| 16 | |
| 17 | test("passes authors whose accounts meet the minimum age", () => { |
| 18 | const result = run([ |
no outgoing calls
no test coverage detected