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

import { createElement } causes "LWC1702: lwc" in jest test #5510

Open
rohledermarc opened this issue Mar 18, 2024 · 1 comment
Open

import { createElement } causes "LWC1702: lwc" in jest test #5510

rohledermarc opened this issue Mar 18, 2024 · 1 comment
Labels

Comments

@rohledermarc
Copy link

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:

Copy link

git2gus bot commented Mar 18, 2024

This issue has been linked to a new work item: W-15275731

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

No branches or pull requests

2 participants