We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8038451 commit bfe96cbCopy full SHA for bfe96cb
src/config.js
@@ -44,6 +44,6 @@ const jestConfig = {
44
snapshotSerializers: [require.resolve('@lwc/jest-serializer')],
45
};
46
47
-const expectedApiVersion = '59.0';
+const expectedApiVersion = '60.0';
48
49
module.exports = { jestConfig, expectedApiVersion };
0 commit comments