(root, args)
| 25 | } |
| 26 | |
| 27 | function run(root, args) { |
| 28 | return spawnSync(process.execPath, [scriptPath, ...args], { |
| 29 | cwd: root, |
| 30 | encoding: "utf8", |
| 31 | }); |
| 32 | } |
| 33 | |
| 34 | test("converts relative rule links to absolute GitHub URLs", () => { |
| 35 | const root = makeFixture(); |
no outgoing calls
no test coverage detected