This commit is contained in:
2026-06-25 11:54:27 +02:00
parent 091ca5c746
commit e59958a72f
15 changed files with 270 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
module.exports = {
...jestConfig,
modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};