mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Added missing enterprise plugins (#36786)
* Added missing enterprise plugins * Update tests
This commit is contained in:
@@ -51,6 +51,6 @@ describe('buildCategories', () => {
|
||||
|
||||
it('should add enterprise phantom plugins', () => {
|
||||
expect(categories[3].title).toBe('Enterprise plugins');
|
||||
expect(categories[3].plugins.length).toBe(12);
|
||||
expect(categories[3].plugins.length).toBe(16);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user