Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rayane-djouah committed Feb 6, 2024
1 parent 7450cc4 commit 534a3c7
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions workflow_tests/mocks/failureNotifierMocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,8 @@
const utils = require('../utils/utils');

// notifyfailure
const FAILURENOTIFIER__NOTIFYFAILURE__FETCH_WORKFLOW_RUN_JOBS__STEP_MOCK = utils.createMockStep(
'Fetch Workflow Run Jobs',
'Fetch Workflow Run Jobs',
'NOTIFYFAILURE',
[],
[],
);
const FAILURENOTIFIER__NOTIFYFAILURE__PROCESS_EACH_FAILED_JOB__STEP_MOCK = utils.createMockStep(
'Process Each Failed Job',
'Process Each Failed Job',
'NOTIFYFAILURE',
[],
[],
);
const FAILURENOTIFIER__NOTIFYFAILURE__FETCH_WORKFLOW_RUN_JOBS__STEP_MOCK = utils.createMockStep('Fetch Workflow Run Jobs', 'Fetch Workflow Run Jobs', 'NOTIFYFAILURE', [], []);
const FAILURENOTIFIER__NOTIFYFAILURE__PROCESS_EACH_FAILED_JOB__STEP_MOCK = utils.createMockStep('Process Each Failed Job', 'Process Each Failed Job', 'NOTIFYFAILURE', [], []);
const FAILURENOTIFIER__NOTIFYFAILURE__STEP_MOCKS = [FAILURENOTIFIER__NOTIFYFAILURE__FETCH_WORKFLOW_RUN_JOBS__STEP_MOCK, FAILURENOTIFIER__NOTIFYFAILURE__PROCESS_EACH_FAILED_JOB__STEP_MOCK];

module.exports = {
Expand Down

0 comments on commit 534a3c7

Please sign in to comment.