Commit d8d748d2 by Marcus Efraimsson

remove unneeded comment

parent 74b4d2ef
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment