-
Notifications
You must be signed in to change notification settings - Fork 407
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
import { createElement } causes "LWC1702: lwc" in jest test #5510
Comments
This issue has been linked to a new work item: W-15275731 |
Seeing this with the standard |
@rohledermarc Can you please describe the user impact of this bug? |
@diyer all of your jest test files are marked red with a problem because of the |
Still an issue... @diyer here you can see what I mean. Everything is red and looks like having issues, but it is all coming from that described issuing line... |
Change the import to Take note of the |
Type: Bug
Expected Behavior
Using the lightning web components extension and doing the following in a jest test with ignoring /tests/ through the .forceignore should not cause any problems:
import { createElement } from "lwc";
Actual Behavior:
Using the lightning web components extension and doing the following in a jest test with ignoring /tests/ through the .forceignore CAUSES problems:
import { createElement } from "lwc";
Problem: LWC1702: lwc
Extension version: 60.4.1
VS Code version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6, 2024-03-08T15:20:57.520Z)
OS version: Darwin arm64 23.3.0
Modes:
The text was updated successfully, but these errors were encountered: