Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

feat(remax): 小程序端支持suspense data fetching #995

Merged
merged 4 commits into from
May 29, 2020

Conversation

IronLu233
Copy link
Contributor

小程序端支持Suspense data fetching

@vercel
Copy link

vercel bot commented May 24, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/remaxjs/remax/bmrqy27z4
✅ Preview: https://remax-git-fork-ironlu233-master.remaxjs.now.sh

@codesandbox-ci
Copy link

codesandbox-ci bot commented May 24, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit ec41957:

Sandbox Source
cranky-lalande-v9grd Configuration

@codecov
Copy link

codecov bot commented May 24, 2020

Codecov Report

Merging #995 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #995      +/-   ##
==========================================
+ Coverage   95.54%   95.56%   +0.01%     
==========================================
  Files         331      331              
  Lines        3528     3542      +14     
  Branches      502      505       +3     
==========================================
+ Hits         3371     3385      +14     
  Misses        157      157              
Impacted Files Coverage Δ
packages/remax-runtime/src/hostConfig/index.ts 97.67% <100.00%> (+0.45%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c14e111...ec41957. Read the comment docs.

@Darmody
Copy link
Contributor

Darmody commented May 25, 2020

LGTM


afterAll(() => {
jest.useRealTimers();
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里写错地方了。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[需求]小程序端支持Suspense data fetching
3 participants