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