Skip to content

Commit

Permalink
test: cover multipass fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
auvred committed Mar 9, 2024
1 parent 0291260 commit fd38fee
Show file tree
Hide file tree
Showing 2 changed files with 335 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/rule-tester/src/RuleTester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ export class RuleTester extends TestFramework {
assert.strictEqual(
result.outputs[0],
item.code,
'Expected no autofixes to be suggested',
'Expected no autofixes to be suggested.',
);
}
} else if (typeof item.output === 'string') {
Expand Down

0 comments on commit fd38fee

Please sign in to comment.