Skip to content

Commit

Permalink
chore: update expectedApiVersion to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Feb 12, 2024
1 parent 8038451 commit bfe96cb
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 @@ -44,6 +44,6 @@ const jestConfig = {
snapshotSerializers: [require.resolve('@lwc/jest-serializer')],
};

const expectedApiVersion = '59.0';
const expectedApiVersion = '60.0';

module.exports = { jestConfig, expectedApiVersion };

0 comments on commit bfe96cb

Please sign in to comment.