Skip to content

Commit

Permalink
[fix[ Missing antdTabControlTester
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Oct 20, 2021
1 parent 33777d3 commit 4a206aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data-controls/TabControlRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@ export const AntdTabControlWithStore = observer<any>((props) => {
</div>
);
});

export const antdTabControlTester: RankedTester = rankWith(2, uiTypeIs('aldkg:TabControl'));

0 comments on commit 4a206aa

Please sign in to comment.