(plugin: string, slug: string)
| 345 | |
| 346 | it('should merge categories with same slug from different plugins', () => { |
| 347 | const ref = (plugin: string, slug: string) => ({ |
| 348 | type: 'group' as const, |
| 349 | plugin, |
| 350 | slug, |
| 351 | weight: 1, |
| 352 | }); |
| 353 | const source = generateConfigSource( |
| 354 | [ |
| 355 | { |