Releases: salesforce/sfdx-lwc-jest
Releases · salesforce/sfdx-lwc-jest
v0.12.4
v0.12.3
v0.12.2
v0.12.1
v0.12.0
Prepares @salesforce/sfdx-lwc-jest for the Summer21 Salesforce release.
Improvements
- #196: Simplify the test runner logic. For both standard and debug runs, Jest will be invoked by spawning a new process. Uses an allow list approach for pass through options instead of a disallow list approach.
- #201: Update dependencies to match Spring21 Salesforce release.
- #205: Update dependencies to match Summer21 Salesforce release.
Bug fixes
- #195: Retrieve the path to Jest binary using require.resolve instead of hardcoded path.
v0.11.0
Breaking
- #187: Drops Jest 25. With this PR, @salesforce/sfdc-lwc-jest executes tests using Jest v26.
Improvements
- #180: Add missing stub for getObjectInfos wire adapter.
- #183: Update lightning stubs.
- #188, #190: Adds a new skipApiVersionCheck option to disable the "sourceApiVersion" field check before running tests.
Internal
- #193: Enforce formatting check in CI flow.