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: add e2e test for universal compiler #3656

Merged
merged 2 commits into from
Aug 17, 2021

Conversation

snitin315
Copy link
Member

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

It is test

Motivation / Use-Case

migrate universal compiler test to e2e testing.

Breaking Changes

none

Additional Info

No

// but we'll do it here to check the contents
const compiler = webpack(config);
const devServerOptions = {
host: "127.0.0.1",
Copy link
Member

Choose a reason for hiding this comment

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

Let's avoid using host, it is unnecessary (same for other test)

@codecov
Copy link

codecov bot commented Aug 17, 2021

Codecov Report

Merging #3656 (264ced1) into master (f94b84f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3656   +/-   ##
=======================================
  Coverage   93.69%   93.69%           
=======================================
  Files          15       15           
  Lines        1300     1300           
  Branches      449      449           
=======================================
  Hits         1218     1218           
  Misses         75       75           
  Partials        7        7           

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 f94b84f...264ced1. Read the comment docs.

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

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

Big thanks

@snitin315
Copy link
Member Author

Looks like a random macOs faliure, can we ignore it?

@alexander-akait alexander-akait merged commit ae8c523 into master Aug 17, 2021
@alexander-akait alexander-akait deleted the e2e-universal-compiler branch August 17, 2021 12:28
@alexander-akait
Copy link
Member

Yep, I will improve our test for more stable

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.

3 participants