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