Skip to content

Commit 0fdba8b

Browse files
committed
[Tests] Run TypeScript tests for import/named
1 parent d160285 commit 0fdba8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/src/rules/named.js

+5
Original file line numberDiff line numberDiff line change
@@ -469,5 +469,10 @@ context('TypeScript', function () {
469469
}),
470470
);
471471
});
472+
473+
ruleTester.run(`named [TypeScript]`, rule, {
474+
valid,
475+
invalid,
476+
});
472477
});
473478
});

0 commit comments

Comments
 (0)