(file: string)
| 19 | } |
| 20 | |
| 21 | async function map<Value>(file: string): Promise<Record<string, Value>> { |
| 22 | return Filesystem.readJson<Record<string, Value>>(file) |
| 23 | } |
| 24 | |
| 25 | afterEach(() => { |
| 26 | delete process.env.OPENCODE_PLUGIN_META_FILE |
no outgoing calls
no test coverage detected