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