removed unused code
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-05-27 14:54:54 +02:00
parent 296967ab4b
commit a858e51aee
1 changed files with 1 additions and 3 deletions

View File

@ -69,9 +69,7 @@ describe('Ticket', () => {
controller.$.newThermographDialog = {show: jest.fn()};
controller.$.modelsModel = {refresh: jest.fn()};
controller.$.temperaturesModel = {refresh: jest.fn()};
// jest.spyOn(controller.$.newThermographDialog, 'show');
// jest.spyOn(controller.$.modelsModel, 'refresh');
// jest.spyOn(controller.$.temperaturesModel, 'refresh');
const event = new Event('click');
jest.spyOn(event, 'preventDefault');