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

Add integration test of import.meta support and improve test robustness. #313

Merged
merged 8 commits into from
May 3, 2018

Conversation

rictic
Copy link
Contributor

@rictic rictic commented May 3, 2018

No description provided.

@rictic
Copy link
Contributor Author

rictic commented May 3, 2018

This pulls in a subset of #308

@@ -249,7 +270,7 @@ suite('integration tests', function() {
}));
});

test('test the lit-element "shop" template', async function() {
test.only('test the lit-element "shop" template', async function() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Make sure to remove this before merging ;)

Copy link
Contributor Author

@rictic rictic May 3, 2018

Choose a reason for hiding this comment

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

:X :X :X

Thanks!!

@rictic
Copy link
Contributor Author

rictic commented May 3, 2018

The es5-bundled build is failing with a regeneratorRuntime error, so we need to filter it out until https://github.com/Polymer/polymer-cli/issues/1000 is fixed.

See: https://ci.appveyor.com/project/Polymer/tools/build/1.0.872

@rictic rictic changed the title Improve the robustness of the lit-element shop integration test. Add integration test of import.meta support and improve test robustness. May 3, 2018
@rictic
Copy link
Contributor Author

rictic commented May 3, 2018

#308 was accidentally merged into this branch by PolymerLabs/project-health#509

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

Successfully merging this pull request may close these issues.

4 participants