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