mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
* Remove unused code * Remove test * Remove Builder mode and simplify the code * Fix step mapping * Fix import * change placeholder
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();
|
|
});
|
|
});
|