Skip to content

Commit

Permalink
- fixed cyclic references
Browse files Browse the repository at this point in the history
- updated snapshots
  • Loading branch information
rrodionov91 committed Aug 26, 2024
1 parent 12ee4ef commit afe6429
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 64 deletions.
1 change: 0 additions & 1 deletion packages/ketcher-core/src/domain/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ export * from './scale';
export * from './stereoValidator';
export * from './functionalGroupsProvider';
export * from './saltsAndSolventsProvider';
export * from './monomers';
1 change: 1 addition & 0 deletions packages/ketcher-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ export * from 'application/ketcher';
export * from 'application/ketcher.types';
export * from 'application/ketcherBuilder';
export * from 'application/utils';
export * from 'domain/helpers/monomers';

export * from 'utilities';
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exports[`Test Rna Accordion component should render 1`] = `
data-testid="rna-preset-group"
>
<div
class="css-1yj2br2"
class="css-mt3g9d"
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ exports[`Test Rna Preset Group component should render 1`] = `
data-testid="rna-preset-group"
>
<div
class="css-1yj2br2"
class="css-mt3g9d"
>
<div
class="css-1nulf5p"
class="css-hmin3t"
data-rna-preset-item-name="U"
data-testid="U_U_R_P"
>
Expand Down
Loading

0 comments on commit afe6429

Please sign in to comment.