()
| 1273 | const wait = spyOn(TuiConfig, "waitForDependencies").mockResolvedValue() |
| 1274 | |
| 1275 | const mkApi = () => |
| 1276 | createTuiPluginApi({ |
| 1277 | theme: { |
| 1278 | has(name) { |
| 1279 | return allThemes()[name] !== undefined |
| 1280 | }, |
| 1281 | }, |
| 1282 | }) |
| 1283 | |
| 1284 | const mkConfig = () => |
| 1285 | createTuiResolvedConfig({ |
no test coverage detected