123
chenjingwu
2024-04-26 4205d0ec95f513be79b2bcea15d2628083c4a503
1
2
3
4
5
6
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
 
module.exports = {
    ...jestConfig,
    modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};