Skip to content
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

test: make sure lazy loading doesn't affect the CDN #17

Merged
merged 4 commits into from
Jul 19, 2017
Merged

Conversation

mastilver
Copy link
Owner

@mastilver mastilver commented Jul 4, 2017

No description provided.

test/core.js Outdated
const files = stats.compilation.chunks.reduce((files, x) => files.concat(x.files), []);

t.true(includes(files, 'app.js'));
t.false(includes(files, 'https://unpkg.com/react@15.5.4/dist/react.js'));
Copy link
Owner Author

Choose a reason for hiding this comment

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

15.6.1

@codecov-io
Copy link

codecov-io commented Jul 19, 2017

Codecov Report

Merging #17 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   98.64%   98.64%           
=======================================
  Files           1        1           
  Lines          74       74           
=======================================
  Hits           73       73           
  Misses          1        1

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 0352c09...68b8e2b. Read the comment docs.

@mastilver mastilver changed the title Lazy loading test: make sure lazy loading doesn't affect the CDN Jul 19, 2017
@mastilver mastilver merged commit 4ebe078 into master Jul 19, 2017
@mastilver mastilver deleted the lazy-loading branch July 19, 2017 08:39
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.

None yet

2 participants