zhangzhengmei
2023-05-18 1ce13a35baf4d4a8cd047aacfb27afaae3278073
1
2
3
4
5
6
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
 
module.exports = {
    ...jestConfig,
    modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};