(displayName: string)
| 36 | } |
| 37 | |
| 38 | export function createPluginMetadata(displayName: string): PluginMetadata { |
| 39 | return buildPluginMetadata({ |
| 40 | tab_name: displayName, |
| 41 | }); |
| 42 | } |
| 43 | |
| 44 | export function createEnvironment( |
| 45 | override?: Partial<Environment> |
no test coverage detected
searching dependent graphs…