mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
remove unneeded comment
This commit is contained in:
@@ -5,8 +5,6 @@ jest.mock('../datasource');
|
||||
jest.mock('app/core/services/backend_srv');
|
||||
|
||||
describe('Prometheus editor completer', function() {
|
||||
//beforeEach(ctx.providePhase(['templateSrv']));
|
||||
|
||||
function getSessionStub(data) {
|
||||
return {
|
||||
getTokenAt: jest.fn(() => data.currentToken),
|
||||
|
||||
Reference in New Issue
Block a user