Skip to content

Commit

Permalink
chore: update expectedApiVersion to 60 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Feb 12, 2024
1 parent 3d21adc commit c0e23d1
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 c0e23d1

Please # to comment.