module.test.ts 250 B

1234567
  1. import { plugin as PrometheusDatasourcePlugin } from './module';
  2. describe('module', () => {
  3. it('should have metrics query field in panels and Explore', () => {
  4. expect(PrometheusDatasourcePlugin.components.QueryEditor).toBeDefined();
  5. });
  6. });