Skip to content

Commit

Permalink
test: fixed LintResult Mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 committed Dec 12, 2023
1 parent 0a757c4 commit bb5923c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nx-stylelint/src/executors/lint/executor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const defaultMockResult: LinterResult = {
reportedDisables: [],
errored: false,
output: 'Output',
report: 'Report',
results: [],
ruleMetadata: {},
};
Expand Down

0 comments on commit bb5923c

Please sign in to comment.