Skip to content

Commit de58ec4

Browse files
committed
fix
1 parent 99b47e3 commit de58ec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/wrap-report-handler-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ describe("wrapReportHandler", function () {
1212
const rule: TextlintRuleModule = function (context) {
1313
const { RuleError } = context;
1414
return wrapReportHandler(context, {
15+
// @ts-expect-error
1516
ignoreNodeTypes: Object.keys(ASTNodeTypes).concat("my-type")
1617
}, report => {
1718
return {

0 commit comments

Comments
 (0)