Skip to content

Commit

Permalink
chore: v2.1.0 release for winter24 codeline (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-rayqiu authored Aug 4, 2023
1 parent 0c757f6 commit e51afe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/sfdx-lwc-jest",
"version": "2.0.1",
"version": "2.1.0",
"description": "Run Jest against LWC components in a Salesforce DX workspace environment",
"main": "src/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ const jestConfig = {
snapshotSerializers: [require.resolve('@lwc/jest-serializer')],
};

const expectedApiVersion = '58.0';
const expectedApiVersion = '59.0';

module.exports = { jestConfig, expectedApiVersion };

0 comments on commit e51afe8

Please sign in to comment.