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 tests for LWC #2299

Merged
merged 5 commits into from
Feb 29, 2024
Merged

Add tests for LWC #2299

merged 5 commits into from
Feb 29, 2024

Conversation

ekashida
Copy link
Contributor

@ekashida ekashida commented Nov 15, 2023

Everything looks good in my local build but please let me know if I've missed anything.

I can open a PR against #2263 with the required changes after this is merged.

Copy link

google-cla bot commented Nov 15, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

README.md Show resolved Hide resolved
libraries/lwc/karma.conf.js Outdated Show resolved Hide resolved
libraries/lwc/src/basic-tests.js Outdated Show resolved Hide resolved
Copy link

@nolanlawson nolanlawson left a comment

Choose a reason for hiding this comment

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

LGTM!

@ekashida
Copy link
Contributor Author

@rictic @justinfagnani this PR is ready for review

@nolanlawson
Copy link

Friendly ping @rictic @justinfagnani – any chance of getting LWC on Custom Elements Everywhere? 🙇

@gked
Copy link

gked commented Dec 21, 2023

Is this getting merged? I would love to reference the LWC results that are publicly available.

Copy link
Contributor

@justinfagnani justinfagnani left a comment

Choose a reason for hiding this comment

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

LGTM!

README.md Show resolved Hide resolved
@@ -0,0 +1,7 @@
[
{
"link": "https://github.com/salesforce/lwc/issues/1904",
Copy link
Contributor

Choose a reason for hiding this comment

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

This issue is closed now. Should it be salesforce/lwc#3335 ?


<h4 id="lwc-handling-events">Handling events</h4>

LWC has no restrictions on event names when listening for events imperatively via the
Copy link
Contributor

Choose a reason for hiding this comment

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

No library has restrictions on addEventListener() since it's a native method. Do other libraries/frameworks mention this this way?

@ekashida
Copy link
Contributor Author

Thanks for the review @justinfagnani!

The PR mentions that it has workflows awaiting approval by a maintainer. Is this something you could help us with?

@rictic rictic merged commit 0b05f3b into webcomponents:main Feb 29, 2024
2 of 3 checks passed
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

5 participants