Skip to content

Commit

Permalink
fix: add barrel file (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Gornick <[email protected]>
Co-authored-by: Maciej Jastrzebski <[email protected]>
  • Loading branch information
3 people authored Dec 15, 2022
1 parent 4f74aa4 commit fafd6ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export * from './to-be-disabled';
export * from './to-be-empty-element';
export * from './to-be-visible';
export * from './to-contain-element';
export * from './to-have-accessibility-state';
export * from './to-have-accessibility-value';
export * from './to-have-prop';
export * from './to-have-style';
export * from './to-have-text-content';

0 comments on commit fafd6ed

Please sign in to comment.