Skip to content

Commit

Permalink
fix: remove unused disabling comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Oct 18, 2024
1 parent f62a1d6 commit a6c3596
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/common/__test__/function.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export function runTestFunction(workflowPath: string, data: FunctionData[], requ
data.forEach((d) => {
script = script.replaceAll(d.toReplace, d.replaceWith);
});
// eslint-disable-next-line @typescript-eslint/no-implied-eval

if (requireModule !== undefined) {
// eslint-disable-next-line @typescript-eslint/no-implied-eval
new Function('require', script)(requireModule);
Expand Down

0 comments on commit a6c3596

Please sign in to comment.