(spec)
| 640 | return deactivatePluginById(runtime, id, true) |
| 641 | }, |
| 642 | add(spec) { |
| 643 | return addPluginBySpec(runtime, spec) |
| 644 | }, |
| 645 | install(spec, options) { |
| 646 | return installPluginBySpec(runtime, spec, options?.global) |
| 647 | }, |
no test coverage detected