8 lines
250 B
TypeScript
8 lines
250 B
TypeScript
import { plugin as PrometheusDatasourcePlugin } from './module';
|
|
|
|
describe('module', () => {
|
|
it('should have metrics query field in panels and Explore', () => {
|
|
expect(PrometheusDatasourcePlugin.components.QueryEditor).toBeDefined();
|
|
});
|
|
});
|