Skip to content

feat: export utils from index #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2022
Merged

feat: export utils from index #89

merged 1 commit into from
Oct 10, 2022

Conversation

xuchaobei
Copy link
Contributor

Export util functions from main entry instead of subpath entry , in order to compat Jest.

Jest currently doesn't support subpath exports by default. Refer #9430#9565.

@codecov-commenter
Copy link

Codecov Report

Base: 83.54% // Head: 83.54% // No change to project coverage 👍

Coverage data is based on head (62cbfca) compared to base (8bd2f3e).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #89   +/-   ##
=======================================
  Coverage   83.54%   83.54%           
=======================================
  Files          32       32           
  Lines         960      960           
  Branches      210      210           
=======================================
  Hits          802      802           
  Misses        157      157           
  Partials        1        1           
Impacted Files Coverage Δ
packages/plugins/auto-actions/src/index.ts 90.90% <100.00%> (ø)
packages/react/src/batchManager.ts 98.21% <100.00%> (ø)
packages/react/src/connect.tsx 100.00% <100.00%> (ø)
packages/react/src/createApp.tsx 95.49% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@xuchaobei xuchaobei enabled auto-merge (squash) October 10, 2022 02:16
@xuchaobei xuchaobei disabled auto-merge October 10, 2022 02:16
@xuchaobei xuchaobei merged commit af9e6a1 into main Oct 10, 2022
@xuchaobei xuchaobei deleted the feat-export-utils branch October 10, 2022 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants