zz
2023-04-10 bbad1ef09ad09f8617de39af9c90954e94f026c7
1
2
3
4
5
6
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
 
module.exports = {
    ...jestConfig,
    modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};