Skip to content

Commit

Permalink
test(util): add eslint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Aug 1, 2024
1 parent 49b2b5b commit 6f99d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/if-merge/util/helpers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jest.mock('../../../common/lib/load', () => ({

jest.mock('../../../if-run/builtins/export-yaml', () => ({
ExportYaml: jest.fn().mockImplementation(() => ({
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
execute: (tree, context, outputPath) => {
const expectedContext = {
Expand Down

0 comments on commit 6f99d7f

Please sign in to comment.