Skip to content

Commit

Permalink
[Tests] Run TypeScript tests for import/named
Browse files Browse the repository at this point in the history
  • Loading branch information
ProdigySim committed Apr 7, 2022
1 parent d160285 commit 0fdba8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/rules/named.js
Expand Up @@ -469,5 +469,10 @@ context('TypeScript', function () {
}),
);
});

ruleTester.run(`named [TypeScript]`, rule, {
valid,
invalid,
});
});
});

0 comments on commit 0fdba8b

Please sign in to comment.