-
Notifications
You must be signed in to change notification settings - Fork 201
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
Conversation
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() { |
There was a problem hiding this comment.
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 ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:X :X :X
Thanks!!
This reverts commit 8df99a8.
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 |
#308 was accidentally merged into this branch by PolymerLabs/project-health#509 |
No description provided.