Skip to content

Commit

Permalink
chore: update API version
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsattar committed Oct 14, 2021
1 parent 98690c5 commit 9d2a723
Showing 1 changed file with 1 addition and 1 deletion.
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 = '52.0';
const expectedApiVersion = '53.0';

module.exports = { jestConfig, expectedApiVersion };

0 comments on commit 9d2a723

Please sign in to comment.