mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Move Prometheus datasorce tests from specs folder and merge duplicated test files (#20755)
This commit is contained in:
8
public/app/plugins/datasource/prometheus/module.test.ts
Normal file
8
public/app/plugins/datasource/prometheus/module.test.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { plugin as PrometheusDatasourcePlugin } from './module';
|
||||
|
||||
describe('module', () => {
|
||||
it('should have metrics query field in panels and Explore', () => {
|
||||
expect(PrometheusDatasourcePlugin.components.ExploreMetricsQueryField).toBeDefined();
|
||||
expect(PrometheusDatasourcePlugin.components.QueryEditor).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user