Skip to content

Commit e51afe8

Browse files
authored
chore: v2.1.0 release for winter24 codeline (#333)
1 parent 0c757f6 commit e51afe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/sfdx-lwc-jest",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Run Jest against LWC components in a Salesforce DX workspace environment",
55
"main": "src/index.js",
66
"license": "MIT",

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ const jestConfig = {
3535
snapshotSerializers: [require.resolve('@lwc/jest-serializer')],
3636
};
3737

38-
const expectedApiVersion = '58.0';
38+
const expectedApiVersion = '59.0';
3939

4040
module.exports = { jestConfig, expectedApiVersion };

0 commit comments

Comments
 (0)