Skip to content

Releases: salesforce/sfdx-lwc-jest

v0.11.0

29 Mar 17:44
d4be41b
Compare
Choose a tag to compare

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.