(file: string)
| 103 | } |
| 104 | |
| 105 | async function read(file: string) { |
| 106 | return Filesystem.readJson<{ |
| 107 | plugin?: unknown[] |
| 108 | }>(file) |
| 109 | } |
| 110 | |
| 111 | describe("plugin.install.task", () => { |
| 112 | test("writes both server and tui config entries", async () => { |
no outgoing calls
no test coverage detected