Skip to content

Commit

Permalink
chore: ignore warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Dec 6, 2024
1 parent f0eb0ed commit 95a427c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/linter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ test('DCLinter: should disable linter for a file', async (t: ExecutionContext) =
await linter.fixFiles([mockFilePath], false, false); // Dry run is set to false
});

// @ts-ignore TS2349
test('DCLinter: should disable specific rule for part of the file', async (t: ExecutionContext) => {
const mockReadFileSync = (): string => `--- # dclint disable require-project-name-field
services:
Expand Down

0 comments on commit 95a427c

Please sign in to comment.