sfdx-lwc-jest icon indicating copy to clipboard operation
sfdx-lwc-jest copied to clipboard

Run Jest against LWC components in SFDX workspace environment

Results 39 sfdx-lwc-jest issues
Sort by recently updated
recently updated
newest added

Adds: #436 Changes Summary: - Added --projectJson CLI option to specify custom project JSON file path - Refactored jestConfig to getJestConfig() function for dynamic configuration - Updated all imports and...

cla:signed

There are scenarios in which we want to have a different set of `packageDirectories` in different contexts; primarily, during the development of a major feature-branch. It would be really great...

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.25.1. Release notes Sourced from eslint's releases. v9.25.1 Bug Fixes cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus) Chores 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642)...

dependencies
javascript

Per the specification:https://developer.salesforce.com/docs/component-library/bundle/lightning-button-stateful/specification ButtonStateful should have a disabled property By not having this, we see this warning during tests: ``` [LWC warn]: Unknown public property "disabled" of element . This...

cla:missing

There is no stub for lightning/toast https://developer.salesforce.com/docs/component-library/bundle/lightning-toast/documentation

There is no stub for lightning/modal https://developer.salesforce.com/docs/component-library/bundle/lightning-modal/documentation

lightning logger does not have a stub

The API is documented here https://developer.salesforce.com/docs/platform/lwc/guide/reference-lightning-ui-layout-api.html Could we please have a stub for this shipped as part of sfdx-lwc-jest. Currently we have to work around this by defining a manual...

Preparation for deprecation in favor of `@lwc/engine-server`